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

start experimenting with opam

parent 36c5a842
No related branches found
No related tags found
No related merge requests found
opam 0 → 100644
opam-version: "1.2"
name: "iris"
version: "dev"
maintainer: "Ralf Jung <jung@mpi-sws.org>"
authors: "The Iris Team"
homepage: "http://iris-project.org/"
bug-reports: "https://gitlab.mpi-sws.org/FP/iris-coq/issues"
license: "BSD"
dev-repo: "https://gitlab.mpi-sws.org/FP/iris-coq"
build: [
[make]
]
install: [make "install"]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/iris'" ]
depends: [
"coq" { ((>= "8.5.1" & < "8.7~") | (= "dev"))}
"coq-mathcomp-ssreflect" { ((>= "1.6" & < "1.7~") | (= "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