Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anuragsoni/kqueue-ml

OCaml bindings to kqueue
https://github.com/anuragsoni/kqueue-ml

kqueue ocaml

Last synced: 3 months ago
JSON representation

OCaml bindings to kqueue

Awesome Lists containing this project

README

        

# Kqueue

Low level OCaml bindings for [kqueue](https://en.wikipedia.org/wiki/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.