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"
12depends: [
13 "ocaml" {>= "4.08"}
14 "dune" {>= "3.6"}
15 "dune-configurator"
16 "alcotest" {with-test}
17 "odoc" {with-doc}
18]
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32]
33dev-repo: "git+https://github.com/haesbaert/ocaml-iomux.git"
34url {
35 src:
36 "https://github.com/haesbaert/ocaml-iomux/releases/download/v0.3/iomux-0.3.tbz"
37 checksum: [
38 "sha256=ccd277bd53afd011291cb882f18eb5d05f3bba23257d8368dbc7a3d07f8453e7"
39 "sha512=9f7cfde9b97699946e36f7dbb19d04bdd943b45729d23797c5d3200f5e0dd93de7ba172fa03e060ca8379f01bf04c7cd1369bae87430d416c911270c3b586a90"
40 ]
41}
42x-commit-hash: "b456e181582e2bc08217291bd135d7b61a727a84"