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 & os != "macos"}
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.2/iomux-0.2.tbz"
37 checksum: [
38 "sha256=d2ada31f9bad4902e57a4213170ab7d4b123ccac6bdfb59224d31eec127d6181"
39 "sha512=0e0e8ba50b3c40f0e3f93b111d17dcf3f564d3c5bfd5fb90e0e4e395f229db65705fa1b6914660b65e65ec5d431590253805598e442ac2a329eecb811c97afef"
40 ]
41}
42x-commit-hash: "3d0dbb5b6f63afbd6f721d03fc213d68ba27833a"