forked from snu-sf/promising-ir-coq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopam
25 lines (25 loc) · 884 Bytes
/
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
opam-version: "2.0"
name: "coq-promising-ir"
maintainer: "[email protected]"
synopsis: "Coq implementation of the Promising IR semantics"
homepage: "https://sf.snu.ac.kr/promising-ir/"
dev-repo: "git+https://github.com/snu-sf/promising-ir-coq.git"
bug-reports: "https://github.com/snu-sf/promising-ir-coq/issues/"
authors: [
"Sung-Hwan Lee <[email protected]>"
"Minki Cho <[email protected]>"
"Roy Margalit <[email protected]>"
"Chung-Kil Hur <[email protected]>"
"Ori Lahav <[email protected]>"
]
build: [make "-j%{jobs}%" "build"]
install: [make "-f" "Makefile.coq" "install"]
remove: ["rm" "-rf" "%{lib}%/coq/user-contrib/PromisingIR"]
depends: [
"coq" { (>= "8.15") | (= "dev") }
"coq-sflib" { (= "dev") }
"coq-paco" { (= "4.1.2") }
"coq-promising-lib" { (= "dev") }
"coq-ext-lib" { (= "dev") }
"coq-itree" { (= "4.0.0") }
]