File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed
rocq-prover/rocq-prover.9.0.0
rocq-stdlib/rocq-stdlib.9.0.0 Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,7 @@ homepage: "https://coq.inria.fr/"
77doc: "https://coq.github.io/doc/"
88bug-reports: "https://github.com/coq/coq/issues"
99depends: [
10- "dune" {>= "3.8"}
11- "rocq-prover" {= version}
1210 "coq-core" {= version}
1311 "coq-stdlib" {= "9.0.0"}
1412 "coqide-server" {= version}
15- "odoc" {with-doc}
1613]
Original file line number Diff line number Diff line change @@ -20,12 +20,7 @@ homepage: "https://rocq-prover.org"
2020doc: "https://coq.github.io/doc/"
2121bug-reports: "https://github.com/coq/coq/issues"
2222depends: [
23- "dune" {>= "3.8"}
24- "rocq-core" {= version}
23+ "rocq-core"
2524 "rocq-stdlib"
26- "ounit2" {with-test}
27- "conf-python-3" {with-test}
28- "conf-time" {with-test}
29- "odoc" {with-doc}
3025]
3126dev-repo: "git+https://github.com/coq/coq.git"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ doc: "https://coq.github.io/doc/"
2222bug-reports: "https://github.com/coq/stdlib/issues"
2323depends: [
2424 "rocq-runtime"
25- "rocq-core" {>= "9.0" & < "9.1~" }
25+ "rocq-core" {>= "9.0"}
2626]
2727dev-repo: "git+https://github.com/coq/stdlib.git"
2828build: [
You can’t perform that action at this time.
0 commit comments