Skip to content

Commit 5d4078a

Browse files
committed
Disable macos for now as it doesn't have ppoll
Next version I'll make a proper wrapper
1 parent 9f73a4c commit 5d4078a

File tree

1 file changed

+1
-0
lines changed
  • packages/iomux/iomux.0.1

1 file changed

+1
-0
lines changed

packages/iomux/iomux.0.1/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tags: ["io" "multiplexing" "poll" "ppoll" "epoll" "kevent" "kqueue"]
99
homepage: "https://github.com/haesbaert/ocaml-iomux"
1010
doc: "https://haesbaert.github.io/ocaml-iomux"
1111
bug-reports: "https://github.com/haesbaert/ocaml-iomux/issues"
12+
available: os != "macos"
1213
depends: [
1314
"ocaml" {>= "4.08"}
1415
"dune" {>= "3.6"}

0 commit comments

Comments
 (0)