File tree Expand file tree Collapse file tree 7 files changed +7
-5
lines changed
rawlink-eio/rawlink-eio.2.1
topojsone/topojsone.0.1.0 Expand file tree Collapse file tree 7 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ depends: [
1010 "ocaml" {>= "5.0"}
1111 "ssl" {>= "0.5.13"}
1212 "eio_main" {>= "0.7"}
13+ "eio" {<"0.10"}
1314 "odoc" {with-doc}
1415]
1516build: [
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ depends: [
1414 "mdx" {with-test}
1515 "ezjsonm" {with-test}
1616 "eio_main" {>= "0.6" & with-test}
17- "eio" {>= "0.6"}
17+ "eio" {>= "0.6" & < "0.10" }
1818 "eio" {with-test & < "0.7"}
1919 "hex"
2020 "sexplib0"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ bug-reports: "https://github.com/talex5/lwt_eio/issues"
1010depends: [
1111 "ocaml"
1212 "dune" {>= "2.9"}
13- "eio"
13+ "eio" {< "0.10"}
1414 "lwt"
1515 "mdx" {>= "1.10.0" & with-test}
1616 "eio_main" {with-test}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ depends: [
1313 "ocaml" {>= "5.0.0"}
1414 "dune" {>= "3.2"}
1515 "rawlink" {>= "2.1"}
16- "eio" {>= "0.4"}
16+ "eio" {>= "0.4" & <"0.10" }
1717]
1818depexts: [
1919 ["linux-headers"] {os-distribution = "alpine"}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ depends: [
2020 "mirage-crypto-rng" {>= "0.8.0"}
2121 "mirage-crypto-rng-eio" {>= "0.8.0" with-test}
2222 "x509" {>= "0.15.0"}
23- "eio" {>= "0.5"}
23+ "eio" {>= "0.5" & <"0.10" }
2424 "eio_main" {>= "0.5" with-test}
2525 "mdx" {with-test}
2626]
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ depends: [
2020 "mirage-crypto-rng" {>= "0.8.0"}
2121 "mirage-crypto-rng-eio" {>= "0.8.0" with-test}
2222 "x509" {>= "0.15.0"}
23- "eio" {>= "0.6"}
23+ "eio" {>= "0.6" & <"0.10" }
2424 "eio_main" {>= "0.6" with-test}
2525 "mdx" {with-test}
2626]
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ depends: [
1515 "mdx" {>= "1.10.0" & with-test}
1616 "alcotest" {with-test}
1717 "ezjsonm" {with-test}
18+ "eio" {>="0.7" & <"0.10"}
1819 "eio_main" {>= "0.7" & with-test}
1920 "odoc" {with-doc}
2021]
You can’t perform that action at this time.
0 commit comments