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 9f73a4c commit 5d4078aCopy full SHA for 5d4078a
packages/iomux/iomux.0.1/opam
@@ -9,6 +9,7 @@ tags: ["io" "multiplexing" "poll" "ppoll" "epoll" "kevent" "kqueue"]
9
homepage: "https://github.com/haesbaert/ocaml-iomux"
10
doc: "https://haesbaert.github.io/ocaml-iomux"
11
bug-reports: "https://github.com/haesbaert/ocaml-iomux/issues"
12
+available: os != "macos"
13
depends: [
14
"ocaml" {>= "4.08"}
15
"dune" {>= "3.6"}
0 commit comments