Skip to content
Snippets Groups Projects
Commit a16f2a51 authored by Ralf Jung's avatar Ralf Jung
Browse files

start playing with opam

parent bcb05232
No related branches found
No related tags found
No related merge requests found
opam 0 → 100644
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")) }
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment