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 3e46154 commit 9953523Copy full SHA for 9953523
packages/coq-waterproof/coq-waterproof.3.0.0+8.19/opam
@@ -24,9 +24,11 @@ bug-reports: "https://github.com/impermeable/coq-waterproof/issues"
24
depends: [
25
"ocaml" {>= "4.09.0"}
26
"coq" {>= "8.19" & < "8.20" | = "dev"}
27
- "dune" {>= "3.6."}
+ "dune" {>= "3.8"}
28
]
29
30
+conflicts: [ "ocaml-option-bytecode-only" ]
31
+
32
build: [
33
["dune" "build" "-p" name "-j" jobs "@install"]
34
0 commit comments