# This file is generated by dune, edit dune-project instead opam-version: "2.0" version: "0.1" synopsis: "Manipulation of Low-level Borrow Calculus, a MIR-like representation for Rust Code" maintainer: ["son.ho@inria.fr"] authors: ["Son Ho" "Jonathan Protzenko" "Aymeric Fromherz" "Sidney Congard"] license: "Apache-2.0" homepage: "https://github.com/AeneasVerif/aeneas" bug-reports: "https://github.com/AeneasVerif/aeneas/issues" depends: [ "dune" {>= "3.7"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/AeneasVerif/aeneas.git"