File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 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" )
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"
Original file line number Diff line number Diff line change 22
33(coq.theory
44 (name CTree)
5- (package coq -ctree))
5+ (package rocq -ctree))
You can’t perform that action at this time.
0 commit comments