this repo has no description
1opam-version: "2.0" 2synopsis: "IO Multiplexer bindings" 3description: 4 "Low level bindings for Unix IO Multiplexers (poll/ppoll/kevent/epoll)" 5maintainer: ["Christiano Haesbaert"] 6authors: ["Christiano Haesbaert"] 7license: "ISC" 8tags: ["io" "multiplexing" "poll" "ppoll" "epoll" "kevent" "kqueue"] 9homepage: "https://github.com/haesbaert/ocaml-iomux" 10doc: "https://haesbaert.github.io/ocaml-iomux" 11bug-reports: "https://github.com/haesbaert/ocaml-iomux/issues" 12available: os != "macos" 13depends: [ 14 "ocaml" {>= "4.08"} 15 "dune" {>= "3.6"} 16 "dune-configurator" 17 "alcotest" {with-test} 18 "odoc" {with-doc} 19] 20build: [ 21 ["dune" "subst"] {dev} 22 [ 23 "dune" 24 "build" 25 "-p" 26 name 27 "-j" 28 jobs 29 "@install" 30 "@runtest" {with-test} 31 "@doc" {with-doc} 32 ] 33] 34dev-repo: "git+https://github.com/haesbaert/ocaml-iomux.git" 35url { 36 src: 37 "https://github.com/haesbaert/ocaml-iomux/releases/download/v0.1/iomux-0.1.tbz" 38 checksum: [ 39 "sha256=e6fb595df0ce06c05dfd6a517c5322be1557b9c9519d33f350a7d07bee5efd45" 40 "sha512=ba344dac05fddf2af5511518bb5bf12e043d5039d5960ca4738d5925c21c9f6e1b4f61de03181d37951c565df1688ff0ad23784a57013a08544abe0b1cbc1c41" 41 ] 42} 43x-commit-hash: "83b90b97d7326f3cafaf298f6ae0ad94ff2b1232"