File tree 7 files changed +7
-7
lines changed
core-dev/packages/coq-core
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ homepage: "https://coq.inria.fr/"
25
25
doc: "https://coq.github.io/doc/"
26
26
bug-reports: "https://github.com/coq/coq/issues"
27
27
depends: [
28
- "dune" {>= "2.9" & < "3.14"}
28
+ "dune" {>= "2.9" & < "3.14" | >= "3.15.3" }
29
29
"ocaml" {>= "4.09.0"}
30
30
"ocamlfind" {>= "1.8.1"}
31
31
"zarith" {>= "1.11"}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ homepage: "https://coq.inria.fr/"
25
25
doc: "https://coq.github.io/doc/"
26
26
bug-reports: "https://github.com/coq/coq/issues"
27
27
depends: [
28
- "dune" {>= "2.9" & < "3.14"}
28
+ "dune" {>= "2.9" & < "3.14" | >= "3.15.3" }
29
29
"ocaml" {>= "4.09.0"}
30
30
"ocamlfind" {>= "1.8.1"}
31
31
"zarith" {>= "1.11"}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ homepage: "https://coq.inria.fr/"
25
25
doc: "https://coq.github.io/doc/"
26
26
bug-reports: "https://github.com/coq/coq/issues"
27
27
depends: [
28
- "dune" {>= "3.6.1" & < "3.14"}
28
+ "dune" {>= "3.6.1" & < "3.14" | >= "3.15.3" }
29
29
"ocaml" {>= "4.09.0"}
30
30
"ocamlfind" {>= "1.8.1"}
31
31
"zarith" {>= "1.11"}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ homepage: "https://coq.inria.fr/"
25
25
doc: "https://coq.github.io/doc/"
26
26
bug-reports: "https://github.com/coq/coq/issues"
27
27
depends: [
28
- "dune" {>= "3.6.1" & < "3.14"}
28
+ "dune" {>= "3.6.1" & < "3.14" | >= "3.15.3" }
29
29
"ocaml" {>= "4.09.0"}
30
30
"ocamlfind" {>= "1.8.1"}
31
31
"zarith" {>= "1.11"}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ homepage: "https://coq.inria.fr/"
25
25
doc: "https://coq.github.io/doc/"
26
26
bug-reports: "https://github.com/coq/coq/issues"
27
27
depends: [
28
- "dune" {>= "2.9" & < "3.14"}
28
+ "dune" {>= "2.9" & < "3.14" | >= "3.15.3" }
29
29
"ocaml" {>= "4.09.0"}
30
30
"ocamlfind" {>= "1.8.1"}
31
31
"zarith" {>= "1.11"}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ build: [
13
13
]
14
14
15
15
depends: [
16
- "dune" {>= "3.12" & < "3.14"}
16
+ "dune" {>= "3.12" & < "3.14" | >= "3.15.3" }
17
17
"ocaml" {>= "4.07"}
18
18
"menhir" {build}
19
19
"cppo" {build & >= "1.6.8"}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ depends: [
17
17
"ocamlbuild" {with-test & >= "0.9.0"}
18
18
"cppo" {build & >= "1.6.8"}
19
19
"ocamlfind"
20
- "dune" {>= "3.12" & < "3.14"}
20
+ "dune" {>= "3.12" & < "3.14" | >= "3.15.3" }
21
21
]
22
22
tags: [
23
23
"logpath:SimpleIO"
You can’t perform that action at this time.
0 commit comments