package kqueue

  1. Overview
  2. Docs
OCaml bindings for kqueue event notification interface

Install

Dune Dependency

Authors

Maintainers

Sources

kqueue-0.4.0.tbz
sha256=7c91e1980a74105cd1f491fdddaf841f2d5abb048129957f5dc0502c279d24b7
sha512=e3ddea1744713aebb980745381b0cbc86365ba0ae022ba38714199928cb6df06ee2cdb1bb928bf0100b6aaf8839b0ffce71f284962e4275cabc5cd645b5324bc

CHANGES.md.html

0.4.0

  • Use conditional compilation to avoid using NOTE_OOB, NOTE_SIGNAL on FreeBSD (#18, @DavidAlphaFox)

  • Disable EVFILT_EXCEPT on OpenBSD (#18, @DavidAlphaFox)

0.3.0

  • Support EVFILT_USER

0.2.0

  • Remove the use of ctypes

  • Limit support to 64 bit systems

  • Add pre-defined constants for filter flags

0.1.0

  • Initial version of kqueue-ml