Skip to content
Snippets Groups Projects
opam 563 B
Newer Older
Ralf Jung's avatar
Ralf Jung committed
opam-version: "2.0"
Ralf Jung's avatar
Ralf Jung committed
name: "coq-iris"
maintainer: "Ralf Jung <jung@mpi-sws.org>"
authors: "The Iris Team"
Ralf Jung's avatar
Ralf Jung committed
license: "BSD"
Ralf Jung's avatar
Ralf Jung committed
homepage: "https://iris-project.org/"
Ralf Jung's avatar
Ralf Jung committed
bug-reports: "https://gitlab.mpi-sws.org/iris/iris/issues"
Ralf Jung's avatar
Ralf Jung committed
dev-repo: "git+https://gitlab.mpi-sws.org/iris/iris.git"
Ralf Jung's avatar
Ralf Jung committed
synopsis: "Iris is a Higher-Order Concurrent Separation Logic Framework with support for interactive proofs"
depends: [
Ralf Jung's avatar
Ralf Jung committed
  "coq" { (>= "8.9.1" & < "8.13~") | (= "dev") }
Robbert Krebbers's avatar
Robbert Krebbers committed
  "coq-stdpp" { (= "dev.2020-07-17.0.ee76981d") | (= "dev") }
Ralf Jung's avatar
Ralf Jung committed

build: [make "-j%{jobs}%"]
install: [make "install"]