diff --git a/opam b/opam new file mode 100644 index 0000000000000000000000000000000000000000..3c8ddd9c17f82f4253711864c2c990e88b2b472e --- /dev/null +++ b/opam @@ -0,0 +1,17 @@ +opam-version: "1.2" +name: "coq-lambda-rust" +version: "dev" +maintainer: "Ralf Jung <jung@mpi-sws.org>" +authors: "The RustBelt Team" +homepage: "http://plv.mpi-sws.org/rustbelt/" +bug-reports: "https://gitlab.mpi-sws.org/FP/lambdaRust-coq/issues" +license: "BSD" +dev-repo: "https://gitlab.mpi-sws.org/FP/lambdaRust-coq" +build: [ + [make "-j%{jobs}%"] +] +install: [make "install"] +remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/lrust'" ] +depends: [ + "https://gitlab.mpi-sws.org/FP/iris-coq/" { (= "dev")) } +]