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 3908305 commit 052c2abCopy full SHA for 052c2ab
packages/lwt_eio/lwt_eio.0.2/opam
@@ -10,7 +10,7 @@ doc: "https://ocaml-multicore.github.io/lwt_eio"
10
bug-reports: "https://github.com/ocaml-multicore/lwt_eio/issues"
11
depends: [
12
"dune" {>= "2.9"}
13
- "eio" {>= "0.2"}
+ "eio" {>= "0.2" & < "0.11"}
14
"lwt"
15
"mdx" {>= "1.10.0" & with-test}
16
"eio_main" {with-test}
packages/lwt_eio/lwt_eio.0.3/opam
- "eio" {>= "0.7"}
+ "eio" {>= "0.7" & < "0.11"}
0 commit comments