No description
  • OCaml 77.3%
  • C 21.5%
  • Dune 1.2%
Find a file
2026-02-28 15:01:18 -05:00
doc Use fewer dependencies 2026-02-19 21:31:12 -05:00
example Remove intermediate event type 2026-02-27 23:29:30 -05:00
lib Add EVFILT_USER and EVFILT_SIGNAL 2026-02-28 15:01:18 -05:00
test Remove intermediate event type 2026-02-27 23:29:30 -05:00
.clang-format Use fewer dependencies 2026-02-19 21:31:12 -05:00
.gitignore Add compile_commands to gitignore 2026-02-28 13:36:47 -05:00
.ocamlformat Use fewer dependencies 2026-02-19 21:31:12 -05:00
CHANGES.md Add EVFILT_USER and EVFILT_SIGNAL 2026-02-28 15:01:18 -05:00
dune-project Remove ppx_expect 2026-02-19 21:53:43 -05:00
kqueue.opam Remove ppx_expect 2026-02-19 21:53:43 -05:00
LICENSE Create LICENSE 2020-08-16 13:28:55 -04:00
README.md update readme 2021-11-26 21:50:40 -05:00

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.