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.
2 parents 9faa07b + 485b348 commit 7cb0da3Copy full SHA for 7cb0da3
dune-project
@@ -12,7 +12,9 @@
12
(synopsis "Effect-based direct-style IO API for OCaml")
13
(description "An effect-based IO API for multicore OCaml with fibers.")
14
(conflicts
15
- (ocaml-base-compiler (< 5.0.0~beta1)))
+ (ocaml-base-compiler (< 5.0.0~beta1))
16
+ (ocaml-variants (< 5.0.0~beta1))
17
+ (ocaml-system (< 5.0.0~beta1)))
18
(depends
19
(ocaml (>= 5.0.0))
20
(bigstringaf (>= 0.9.0))
eio.opam
@@ -26,6 +26,8 @@ depends: [
26
]
27
conflicts: [
28
"ocaml-base-compiler" {< "5.0.0~beta1"}
29
+ "ocaml-variants" {< "5.0.0~beta1"}
30
+ "ocaml-system" {< "5.0.0~beta1"}
31
32
build: [
33
["dune" "subst"] {dev}
0 commit comments