Skip to content
Snippets Groups Projects
Forked from Iris / Iris
4781 commits behind the upstream repository.
opam 493 B
opam-version: "1.2"
name: "coq-iris"
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.git"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/iris"]
depends: [
  "coq" { >= "8.7.dev" & < "8.8~" | (= "dev") }
  "coq-stdpp" { (= "dev.2017-11-29.1") | (= "dev") }
]