File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,11 @@ tags: ["org:deepspec"]
1111homepage: "https://github.com/DeepSpec/InteractionTrees"
1212bug-reports: "https://github.com/DeepSpec/InteractionTrees/issues"
1313depends: [
14- "dune" {>= "3.14 "}
14+ "dune" {>= "2.6 "}
1515 "coq"
1616 "coq-ext-lib"
1717 "coq-paco"
1818 "coq-itree"
19- "odoc" {with-doc}
2019]
2120dev-repo: "git+https://github.com/DeepSpec/InteractionTrees.git"
2221build: [
Original file line number Diff line number Diff line change @@ -18,14 +18,13 @@ tags: ["org:deepspec"]
1818homepage: "https://github.com/DeepSpec/InteractionTrees"
1919bug-reports: "https://github.com/DeepSpec/InteractionTrees/issues"
2020depends: [
21- "dune" {>= "3.14 "}
21+ "dune" {>= "2.6 "}
2222 "coq" {>= "8.14"}
2323 "coq-ext-lib" {>= "0.11.1"}
2424 "coq-paco" {>= "4.2.1"}
25- "odoc" {with-doc}
2625]
2726build: [
28- ["dune" "subst"] {dev }
27+ ["dune" "subst"] {pinned }
2928 [
3029 "dune"
3130 "build"
Original file line number Diff line number Diff line change 1- (lang dune 3 .14 )
2- (using coq 0 .7 )
1+ (lang dune 2 .6 )
2+ (using coq 0 .2 )
33(name coq-itree)
44( version dev)
55( maintainers " Li-yao Xia <lysxia@gmail.com>" )
You can’t perform that action at this time.
0 commit comments