Skip to content

Commit 5db1fc2

Browse files
authored
Merge pull request #28179 from silene/improve-rocq9
Improve packaging of Rocq 9.0.
2 parents b859c63 + 126eda1 commit 5db1fc2

File tree

3 files changed

+2
-10
lines changed
  • packages
    • coq/coq.9.0.0
    • rocq-prover/rocq-prover.9.0.0
    • rocq-stdlib/rocq-stdlib.9.0.0

3 files changed

+2
-10
lines changed

packages/coq/coq.9.0.0/opam

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ homepage: "https://coq.inria.fr/"
77
doc: "https://coq.github.io/doc/"
88
bug-reports: "https://github.com/coq/coq/issues"
99
depends: [
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
]

packages/rocq-prover/rocq-prover.9.0.0/opam

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@ homepage: "https://rocq-prover.org"
2020
doc: "https://coq.github.io/doc/"
2121
bug-reports: "https://github.com/coq/coq/issues"
2222
depends: [
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
]
3126
dev-repo: "git+https://github.com/coq/coq.git"

packages/rocq-stdlib/rocq-stdlib.9.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ doc: "https://coq.github.io/doc/"
2222
bug-reports: "https://github.com/coq/stdlib/issues"
2323
depends: [
2424
"rocq-runtime"
25-
"rocq-core" {>= "9.0" & < "9.1~"}
25+
"rocq-core" {>= "9.0"}
2626
]
2727
dev-repo: "git+https://github.com/coq/stdlib.git"
2828
build: [

0 commit comments

Comments
 (0)