File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3434 ( depends
3535 ( alcotest ( and ( >= 1 .7.0) :with -test) )
3636 ( eio ( = :version ) )
37- ( mdx ( and ( >= 2 .2.0) :with -test) )
37+ ( mdx ( and ( >= 2 .2.0) ( < 2 .4.0 ) :with -test) )
3838 ( logs ( and ( >= 0 .7.0) :with -test) )
3939 ( fmt ( >= 0 .8.9) )
4040 ( cmdliner ( and ( >= 1 .1.0) :with -test) )
4747 ( depends
4848 ( eio ( = :version ) )
4949 ( iomux ( >= 0 .2) )
50- ( mdx ( and ( >= 2 .2.0) :with -test) )
50+ ( mdx ( and ( >= 2 .2.0) ( < 2 .4.0 ) :with -test) )
5151 ( fmt ( >= 0 .8.9) ) ) )
5252( package
5353 (name eio_windows)
6464 (synopsis " Effect-based direct-style IO mainloop for OCaml" )
6565 ( description " Selects an appropriate Eio backend for the current platform." )
6666 ( depends
67- ( mdx ( and ( >= 2 .2.0) :with -test) )
67+ ( mdx ( and ( >= 2 .2.0) ( < 2 .4.0 ) :with -test) )
6868 ( kcas ( and ( >= 0 .3.0) :with -test) )
6969 ( yojson ( and ( >= 2 .0.2) :with -test) )
7070 ( eio_linux ( and
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ depends: [
1212 "dune" {>= "3.9"}
1313 "alcotest" {>= "1.7.0" & with-test}
1414 "eio" {= version}
15- "mdx" {>= "2.2.0" & with-test}
15+ "mdx" {>= "2.2.0" & < "2.4.0" & with-test}
1616 "logs" {>= "0.7.0" & with-test}
1717 "fmt" {>= "0.8.9"}
1818 "cmdliner" {>= "1.1.0" & with-test}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ doc: "https://ocaml-multicore.github.io/eio/"
1010bug-reports: "https://github.com/ocaml-multicore/eio/issues"
1111depends: [
1212 "dune" {>= "3.9"}
13- "mdx" {>= "2.2.0" & with-test}
13+ "mdx" {>= "2.2.0" & < "2.4.0" & with-test}
1414 "kcas" {>= "0.3.0" & with-test}
1515 "yojson" {>= "2.0.2" & with-test}
1616 "eio_linux"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ depends: [
1212 "dune" {>= "3.9"}
1313 "eio" {= version}
1414 "iomux" {>= "0.2"}
15- "mdx" {>= "2.2.0" & with-test}
15+ "mdx" {>= "2.2.0" & < "2.4.0" & with-test}
1616 "fmt" {>= "0.8.9"}
1717 "odoc" {with-doc}
1818]
You can’t perform that action at this time.
0 commit comments