forked from DeepSpec/InteractionTrees
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdune-project
44 lines (41 loc) · 861 Bytes
/
dune-project
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
34
35
36
37
38
39
40
41
42
43
44
(lang dune 3.14)
(using coq 0.7)
(name coq-itree)
(version dev)
(maintainers "Li-yao Xia <[email protected]>")
(source (github DeepSpec/InteractionTrees))
(license MIT)
(package
(name coq-itree)
(synopsis "Library for representing recursive and impure programs with equational reasoning")
(depends
(coq (>= 8.13))
(coq-ext-lib (>= 0.11.1))
(coq-paco (>= 4.2.1)))
(tags ("org:deepspec"))
(authors
"Li-yao Xia"
"Yannick Zakowski"
"Paul He"
"Chung-Kil Hur"
"Gregory Malecha"
"Steve Zdancewic"
"Benjamin Pierce")
)
(package
(name coq-itree-extra)
(synopsis "Extensions to coq-itree")
(depends
coq
coq-ext-lib
coq-paco
coq-itree)
(tags ("org:deepspec"))
(authors
"Lucas Silver"
"Irene Yoon"
"Paul He"
"Yannick Zakowski"
"Steve Zdancewic")
)
(generate_opam_files true)