Skip to content
Snippets Groups Projects
opam 546 B
Newer Older
opam-version: "1.2"
Ralf Jung's avatar
Ralf Jung committed
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"
Ralf Jung's avatar
Ralf Jung committed
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.6.1" & < "8.8~" }
  "coq-mathcomp-ssreflect" { (>= "1.6.1" & < "1.7~") | (= "dev") }
Ralf Jung's avatar
Ralf Jung committed
  "coq-stdpp" { (= "dev.2017-10-28.0") | (= "dev") }