package kqueue

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

kqueue-0.5.0.tbz
md5=da9364fa50461ae6ec969f35df4cfa0c
sha512=207a80b42a8ccd1e6303497838ae052b02f439500aef9e99e495e5df9899922940adc3a85823b10adbe68f1f63e0a7b5bcb0279a4393832e43f1d8f25f3ecbda

doc/CHANGES.html

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