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 04bd5db commit 632214eCopy full SHA for 632214e
dune-project
@@ -54,8 +54,7 @@
54
(>= 4.14))
55
(zarith
56
(>= "1.13"))
57
- (dune
58
- (>= "2.0"))
+ dune
59
(qcheck-core
60
(and
61
(>= "0.21.2")
patricia-tree.opam
@@ -16,7 +16,7 @@ bug-reports:
16
depends: [
17
"ocaml" {>= "4.14"}
18
"zarith" {>= "1.13"}
19
- "dune" {>= "2.7" & >= "2.0"}
+ "dune" {>= "2.7"}
20
"qcheck-core" {>= "0.21.2" & with-test}
21
"ppx_inline_test" {>= "v0.16.0" & with-test}
22
"odoc" {with-doc}
0 commit comments