opam-version: "2.0" synopsis: "IO Multiplexer bindings" description: "Low level bindings for Unix IO Multiplexers (poll/ppoll/kevent/epoll)" maintainer: ["Christiano Haesbaert"] authors: ["Christiano Haesbaert"] license: "ISC" tags: ["io" "multiplexing" "poll" "ppoll" "epoll" "kevent" "kqueue"] homepage: "https://github.com/haesbaert/ocaml-iomux" doc: "https://haesbaert.github.io/ocaml-iomux" bug-reports: "https://github.com/haesbaert/ocaml-iomux/issues" available: os != "macos" depends: [ "ocaml" {>= "4.08"} "dune" {>= "3.6"} "dune-configurator" "alcotest" {with-test} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/haesbaert/ocaml-iomux.git" url { src: "https://github.com/haesbaert/ocaml-iomux/releases/download/v0.1/iomux-0.1.tbz" checksum: [ "sha256=e6fb595df0ce06c05dfd6a517c5322be1557b9c9519d33f350a7d07bee5efd45" "sha512=ba344dac05fddf2af5511518bb5bf12e043d5039d5960ca4738d5925c21c9f6e1b4f61de03181d37951c565df1688ff0ad23784a57013a08544abe0b1cbc1c41" ] } x-commit-hash: "83b90b97d7326f3cafaf298f6ae0ad94ff2b1232"