Skip to content
Snippets Groups Projects
opam 554 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: ["sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/iris'"]
depends: [
  "coq" { >= "8.6.1" & < "8.8~" }
  "coq-mathcomp-ssreflect" { (>= "1.6.1" & < "1.7~") | (= "dev") }
  "coq-stdpp" { (= "dev.2017-09-24.0") | (= "dev") }