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 a025ec6 commit fca888bCopy full SHA for fca888b
dune-project
@@ -18,6 +18,6 @@
18
(synopsis "A Framework for building Batched Concurrent Data Structures")
19
(description "")
20
(depends
21
- ocaml
+ (ocaml (>= 5.0.0))
22
(picos
23
(>= 0.4.0))))
obatcher.opam
@@ -9,7 +9,7 @@ doc: "https://github.com/koonwen/obatcher/"
9
bug-reports: "https://github.com/koonwen/obatcher/issues"
10
depends: [
11
"dune" {>= "3.0"}
12
- "ocaml"
+ "ocaml" {>= "5.0.0"}
13
"picos" {>= "0.4.0"}
14
"odoc" {with-doc}
15
]
0 commit comments