File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "IO Multiplexer bindings"
3+ description:
4+ "Low level bindings for Unix IO Multiplexers (poll/ppoll/kevent/epoll)"
5+ maintainer: ["Christiano Haesbaert"]
6+ authors: ["Christiano Haesbaert"]
7+ license: "ISC"
8+ tags: ["io" "multiplexing" "poll" "ppoll" "epoll" "kevent" "kqueue"]
9+ homepage: "https://github.com/haesbaert/ocaml-iomux"
10+ doc: "https://haesbaert.github.io/ocaml-iomux"
11+ bug-reports: "https://github.com/haesbaert/ocaml-iomux/issues"
12+ available: os != "macos"
13+ depends: [
14+ "ocaml" {>= "4.08"}
15+ "dune" {>= "3.6"}
16+ "dune-configurator"
17+ "alcotest" {with-test}
18+ "odoc" {with-doc}
19+ ]
20+ build: [
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+ ]
34+ dev-repo: "git+https://github.com/haesbaert/ocaml-iomux.git"
35+ url {
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+ }
43+ x-commit-hash: "83b90b97d7326f3cafaf298f6ae0ad94ff2b1232"
You can’t perform that action at this time.
0 commit comments