Skip to content

Commit 29a153d

Browse files
committed
Update dune-project
1 parent 9348915 commit 29a153d

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

dune-project

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(lang dune 3.8)
22
(using coq 0.7)
3-
(name coq-ctree)
3+
(name rocq-ctree)
44

55
(license "MIT")
66
(authors "Nicolas Chappe" "Paul He" "Ludovic Henrio" "Yannick Zakowski" "Steve Zdancewic")
@@ -11,15 +11,16 @@
1111
(generate_opam_files true)
1212

1313
(package
14-
(name coq-ctree)
14+
(name rocq-ctree)
1515
(synopsis "Library for representing recursive, non-deterministic and impure programs with equational reasoning")
16-
(version 2.0)
16+
(version 2.0-dev)
1717
(depends
18-
(coq (>= 8.20))
18+
(rocq-core (>= 9.0))
19+
(rocq-stdlib (>= 9.0))
1920
(coq-ext-lib (>= 0.11.3))
20-
(coq-coinduction (= 1.20))
21-
(coq-relation-algebra (>= 1.7.11))
22-
(coq-equations (>= 1.2))
21+
(rocq-coinduction (>= 1.21))
22+
(rocq-relation-algebra (>= 1.8.0))
23+
(rocq-equations (>= 1.3.1))
2324
(coq-itree (>= 5.0)))
2425
(tags (
2526
"category:CS/Semantics and Compilation/Semantics"

theories/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
(coq.theory
44
(name CTree)
5-
(package coq-ctree))
5+
(package rocq-ctree))

0 commit comments

Comments
 (0)