File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7272 ( kcas ( and ( >= 0 .3.0) :with -test) )
7373 ( yojson ( and ( >= 2 .0.2) :with -test) )
7474 ( eio_linux ( and ( = :version ) ( = :os " linux" ) ) )
75- ( eio_posix ( and ( = :version ) ( <> :os -family " windows " ) ) )
76- ( eio_windows ( and ( = :version ) ( = :os -family " windows " ) ) ) ) )
75+ ( eio_posix ( and ( = :version ) ( <> :os " win32 " ) ) )
76+ ( eio_windows ( and ( = :version ) ( = :os " win32 " ) ) ) ) )
7777(using mdx 0 .2)
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ depends: [
1414 "kcas" {>= "0.3.0" & with-test}
1515 "yojson" {>= "2.0.2" & with-test}
1616 "eio_linux" {= version & os = "linux"}
17- "eio_posix" {= version & os-family != "windows "}
18- "eio_windows" {= version & os-family = "windows "}
17+ "eio_posix" {= version & os != "win32 "}
18+ "eio_windows" {= version & os = "win32 "}
1919 "odoc" {with-doc}
2020]
2121build: [
You can’t perform that action at this time.
0 commit comments