Skip to content
Snippets Groups Projects
opam 443 B
Newer Older
Ralf Jung's avatar
Ralf Jung committed
opam-version: "1.2"
name: "coq-iris-atomic"
maintainer: "Zhen Zhang, Ralf Jung"
authors: "Zhen Zhang"
homepage: "http://plv.mpi-sws.org/iris/"
bug-reports: "https://gitlab.mpi-sws.org/FP/iris-atomic/issues"
dev-repo: "https://gitlab.mpi-sws.org/FP/iris-atomic.git"
build: [make "-j%{jobs}%"]
Ralf Jung's avatar
Ralf Jung committed
install: [make "install"]
remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/iris_atomic"]
Ralf Jung's avatar
Ralf Jung committed
depends: [
Ralf Jung's avatar
Ralf Jung committed
  "coq-iris" { (= "dev.2017-11-29.4") | (= "dev") }
Ralf Jung's avatar
Ralf Jung committed
]