File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 24
24
( domain-local-await ( >= 0 .1.0) )
25
25
( crowbar ( and ( >= 0 .2) :with -test) )
26
26
( mtime ( >= 2 .0.0) )
27
- ( mdx ( and ( >= 2 .2.0 ) ( < 2 .4.0 ) :with -test) )
27
+ ( mdx ( and ( >= 2 .4.1 ) :with -test) )
28
28
( dscheck ( and ( >= 0 .1.0) :with -test) ) ) )
29
29
( package
30
30
(name eio_linux)
34
34
( depends
35
35
( alcotest ( and ( >= 1 .7.0) :with -test) )
36
36
( eio ( = :version ) )
37
- ( mdx ( and ( >= 2 .2.0 ) ( < 2 .4.0 ) :with -test) )
37
+ ( mdx ( and ( >= 2 .4.1 ) :with -test) )
38
38
( logs ( and ( >= 0 .7.0) :with -test) )
39
39
( fmt ( >= 0 .8.9) )
40
40
( cmdliner ( and ( >= 1 .1.0) :with -test) )
47
47
( depends
48
48
( eio ( = :version ) )
49
49
( iomux ( >= 0 .2) )
50
- ( mdx ( and ( >= 2 .2.0 ) ( < 2 .4.0 ) :with -test) )
50
+ ( mdx ( and ( >= 2 .4.1 ) :with -test) )
51
51
( fmt ( >= 0 .8.9) ) ) )
52
52
( package
53
53
(name eio_windows)
64
64
(synopsis " Effect-based direct-style IO mainloop for OCaml" )
65
65
( description " Selects an appropriate Eio backend for the current platform." )
66
66
( depends
67
- ( mdx ( and ( >= 2 .2.0 ) ( < 2 .4.0 ) :with -test) )
67
+ ( mdx ( and ( >= 2 .4.1 ) :with -test) )
68
68
( kcas ( and ( >= 0 .3.0) :with -test) )
69
69
( yojson ( and ( >= 2 .0.2) :with -test) )
70
70
( eio_linux ( and
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ depends: [
21
21
"domain-local-await" {>= "0.1.0"}
22
22
"crowbar" {>= "0.2" & with-test}
23
23
"mtime" {>= "2.0.0"}
24
- "mdx" {>= "2.2.0" & < "2.4.0 " & with-test}
24
+ "mdx" {>= "2.4.1 " & with-test}
25
25
"dscheck" {>= "0.1.0" & with-test}
26
26
"odoc" {with-doc}
27
27
]
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ depends: [
12
12
"dune" {>= "3.9"}
13
13
"alcotest" {>= "1.7.0" & with-test}
14
14
"eio" {= version}
15
- "mdx" {>= "2.2.0" & < "2.4.0 " & with-test}
15
+ "mdx" {>= "2.4.1 " & with-test}
16
16
"logs" {>= "0.7.0" & with-test}
17
17
"fmt" {>= "0.8.9"}
18
18
"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/"
10
10
bug-reports: "https://github.com/ocaml-multicore/eio/issues"
11
11
depends: [
12
12
"dune" {>= "3.9"}
13
- "mdx" {>= "2.2.0" & < "2.4.0 " & with-test}
13
+ "mdx" {>= "2.4.1 " & with-test}
14
14
"kcas" {>= "0.3.0" & with-test}
15
15
"yojson" {>= "2.0.2" & with-test}
16
16
"eio_linux"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ depends: [
12
12
"dune" {>= "3.9"}
13
13
"eio" {= version}
14
14
"iomux" {>= "0.2"}
15
- "mdx" {>= "2.2.0" & < "2.4.0 " & with-test}
15
+ "mdx" {>= "2.4.1 " & with-test}
16
16
"fmt" {>= "0.8.9"}
17
17
"odoc" {with-doc}
18
18
]
You can’t perform that action at this time.
0 commit comments