-
Notifications
You must be signed in to change notification settings - Fork 4
/
clutch.opam
27 lines (27 loc) · 926 Bytes
/
clutch.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
opam-version: "2.0"
name: "coq-clutch"
synopsis: "Higher-order probabilistic separation logics"
maintainer: "Simon Oddershede Gregersen <[email protected]>"
authors: "Simon Oddershede Gregersen,
Alejandro Aguirre,
Philipp G. Haselwarter,
Kwing Hei Li,
Markus de Medeiros,
Joseph Tassarotti,
Lars Birkedal"
license: "MIT"
homepage: "https://github.com/logsem/clutch"
dev-repo: "git+https://github.com:logsem/clutch.git"
bug-reports: "https://github.com/logsem/clutch/issues"
build: [make "-j%{jobs}%"]
install: []
depends: [
"coq" { (>= "8.19" & < "8.20~") | (= "dev") }
"coq-iris" { (= "4.2.0") | (= "dev") }
"coq-stdpp" { (= "1.10.0") | (= "dev") }
"coq-coquelicot" { (= "3.4.1") }
"coq-autosubst" { (= "1.8") | (= "dev") }
"coq-mathcomp-ssreflect" { (= "2.2.0") }
"coq-mathcomp-solvable" { (= "2.2.0") }
"coq-mathcomp-analysis" { (= "1.4.0") }
]