Skip to content
Snippets Groups Projects
opam 452 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: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/iris_atomic" ]
depends: [
  "coq-iris" { (= "dev.2017-09-27.1") | (= "dev") }
Ralf Jung's avatar
Ralf Jung committed
]