Skip to content
Snippets Groups Projects
opam 571 B
Newer Older
opam-version: "1.2"
Ralf Jung's avatar
Ralf Jung committed
name: "coq-iris"
synopsis: "This is the Coq development of the Iris Project"
maintainer: "Ralf Jung <jung@mpi-sws.org>"
authors: "The Iris Team"
homepage: "http://iris-project.org/"
Ralf Jung's avatar
Ralf Jung committed
bug-reports: "https://gitlab.mpi-sws.org/iris/iris/issues"
license: "BSD"
Ralf Jung's avatar
Ralf Jung committed
dev-repo: "https://gitlab.mpi-sws.org/iris/iris.git"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/iris"]
depends: [
Ralf Jung's avatar
Ralf Jung committed
  "coq" { (= "8.8.2") | (>= "8.9" & < "8.12~") | (= "dev") }
Robbert Krebbers's avatar
Robbert Krebbers committed
  "coq-stdpp" { (= "dev.2019-11-07.0.37e95a04") | (= "dev") }