No description
- OCaml 77.3%
- C 21.5%
- Dune 1.2%
| doc | ||
| example | ||
| lib | ||
| test | ||
| .clang-format | ||
| .gitignore | ||
| .ocamlformat | ||
| CHANGES.md | ||
| dune-project | ||
| kqueue.opam | ||
| LICENSE | ||
| README.md | ||
Kqueue
Low level OCaml bindings for kqueue.
Documentation
Kqueue-ml's api is a minimal wrapper around kqueue so it is recommended to consult with kqueue manpages for freebsd, openbsd, netbsd, macOS for reference.
Caveat: This is mostly tested on macOS. Please open issues for any problems noticed on other BSD systems.