package kqueue

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

Install

Dune Dependency

Authors

Maintainers

Sources

kqueue-0.2.0.tbz
sha256=6f2fff9c0996c49377a552ae7b4bc573e5a80ec6a16855d18987b738e15eecd1
sha512=89052481b225648f90f5cee77f1462c3d86c5d951c8aeaf16004e2390684477c5b572664399ae97476eff3c86448a6ccfb339159f38dc58a378df87fca23df53

README.md.html

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.