package kqueue

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

kqueue-0.6.0.tbz
md5=9d8e5b597ae43b5054733fa6567e5f76
sha512=3c3cb1d6ba2abbc8b1568f5a42165e0870d6e9b064ae4cb0303cc6117fb3b05be93d715607243884c7c6c48498354f05491b3bdc9c6c53d9a66c588be6588b1d

doc/CHANGES.html

0.6.0

  • Zero out the backing array when first creating an event list
  • Track the number of events specified by the user in the event list

0.5.0

  • Remove dependency on ppx_optcomp

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