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 c85b438 commit 5d23b32Copy full SHA for 5d23b32
packages/eio_main/eio_main.0.9/opam
@@ -12,7 +12,7 @@ depends: [
12
"mdx" {>= "2.2.0" & with-test}
13
"eio_linux" {= version & os = "linux"}
14
"eio_posix" {= version & os != "win32"}
15
- "eio_luv" {= version & os = "win32" | with-test}
+ "eio_luv" {= version & (os = "win32" | with-test)}
16
"odoc" {with-doc}
17
]
18
depopts: ["eio_luv"]
0 commit comments