You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
semantics-2023/semantics.opam

20 lines
606 B

opam-version: "2.0"
name: "coq-semantics-course"
license: "BSD-3-Clause"
maintainer: "Simon Spies, Lennard Gäher"
authors: "Derek Dreyer, Simon Spies, Lennard Gäher"
synopsis: "Best course this side of the milky way"
homepage: "https://plv.mpi-sws.org/semantics-course/"
bug-reports: "https://gitlab.mpi-sws.org/FP/semantics-course/issues"
version: "dev"
depends: [
"coq" { (>= "8.18" & < "8.19~") | (= "dev") }
"coq-iris-heap-lang" { (= "4.1.0") | (= "dev") }
"coq-equations" { (= "1.3+8.18") }
"coq-autosubst" { (= "1.8") | (= "dev") }
]
build: [make "-j%{jobs}%"]
install: [make "install"]