forked from DeepSpec/InteractionTrees
-
Notifications
You must be signed in to change notification settings - Fork 1
/
coq-itree.opam
33 lines (29 loc) · 953 Bytes
/
coq-itree.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
28
29
30
31
32
33
opam-version: "2.0"
name: "coq-itree"
version: "dev"
maintainer: "Li-yao Xia <[email protected]>"
synopsis: "A Library for Representing Recursive and Impure Programs in Coq"
homepage: "https://github.com/DeepSpec/InteractionTrees"
dev-repo: "git+https://github.com/DeepSpec/InteractionTrees"
bug-reports: "https://github.com/DeepSpec/InteractionTrees/issues"
license: "MIT"
build: [ make "-j%{jobs}%" ]
install: [ make "install" ]
run-test: [ make "-j%{jobs}%" "all" ]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.12~"}
"coq-ext-lib" {>= "0.11.1" & < "0.12"}
"coq-paco" {>= "4.0.0" & < "4.1.0"}
"ocamlbuild" {with-test}
]
authors: [
"Li-yao Xia <[email protected]>"
"Yannick Zakowski <[email protected]>"
"Paul He <[email protected]>"
"Chung-Kil Hur <[email protected]>"
"Gregory Malecha <[email protected]>"
"Steve Zdancewic <[email protected]>"
"Benjamin C. Pierce <[email protected]>"
]
tags: "org:deepspec"