lindig / polly

OCaml bindings for Linux epoll(2)
MIT License
9 stars 4 forks source link
linux-epoll ocaml ocaml-bindings

Build Status

Polly

Polly is an OCaml binding for the Linux epoll system call:

Note that epoll is specific to Linux and that this library won't compile on macOS, for example.

Installation

As of version 0.2.2, Polly is now in Opam and can be installed from there:

opam install polly

Most recently version 0.4.1 was submitted to Opam.

Using inside utop

launches a utop toplevel that has the library loaded for interactive use.

Other Epoll Bindings

Contribute

If you find this useful, please contribute back by raising pull requests for improvements you made.