File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ tags: ["io" "multiplexing" "poll" "ppoll" "epoll" "kevent" "kqueue"]
99homepage: "https://github.com/haesbaert/ocaml-iomux"
1010doc: "https://haesbaert.github.io/ocaml-iomux"
1111bug-reports: "https://github.com/haesbaert/ocaml-iomux/issues"
12- available: os != "macos"
12+ available: os != "macos" & os-family != "windows"
1313depends: [
1414 "ocaml" {>= "4.08"}
1515 "dune" {>= "3.6"}
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ tags: ["io" "multiplexing" "poll" "ppoll" "epoll" "kevent" "kqueue"]
99homepage: "https://github.com/haesbaert/ocaml-iomux"
1010doc: "https://haesbaert.github.io/ocaml-iomux"
1111bug-reports: "https://github.com/haesbaert/ocaml-iomux/issues"
12+ available: os-family != "windows"
1213depends: [
1314 "ocaml" {>= "4.08"}
1415 "dune" {>= "3.6"}
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ tags: ["io" "multiplexing" "poll" "ppoll" "epoll" "kevent" "kqueue"]
99homepage: "https://github.com/haesbaert/ocaml-iomux"
1010doc: "https://haesbaert.github.io/ocaml-iomux"
1111bug-reports: "https://github.com/haesbaert/ocaml-iomux/issues"
12+ available: os-family != "windows"
1213depends: [
1314 "ocaml" {>= "4.08"}
1415 "dune" {>= "3.6"}
You can’t perform that action at this time.
0 commit comments