opam-version: "1.2"
name: "coq-iris-ni"
maintainer: "REDACTED"
authors: "REDACTED"
homepage: "REDACTED"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/ni"]
depends: [
  "coq-iris" { (>= "3.2.0") }
  "coq-equations" { (>= "1.2+8.9") }
]
