We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092664d commit 0a5e6e8Copy full SHA for 0a5e6e8
packages/coq-waterproof/coq-waterproof.3.0.0+8.20/opam
@@ -24,7 +24,7 @@ bug-reports: "https://github.com/impermeable/coq-waterproof/issues"
24
depends: [
25
"ocaml" {>= "4.09.0"}
26
"coq" {>= "8.20" & < "8.21" | = "dev"}
27
- "dune" {>= "3.6"}
+ "dune" {>= "3.8"}
28
]
29
30
build: [
@@ -33,6 +33,8 @@ build: [
33
34
available: (arch != "s390x") & (arch != "ppc64") & (os != "win32")
35
36
+conflicts: [ "ocaml-option-bytecode-only" ]
37
+
38
tags: [
39
"keyword:mathematics education"
40
"category:Mathematics/Education"
0 commit comments