package libevent

  1. Overview
  2. Docs
OCaml wrapper for the libevent API

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-libevent-0.8.1.tar.gz
md5=0f87c6327e62a8bf631a45e85289be07

Description

libevent provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. Furthermore, libevent also supports callbacks due to signals or regular timeouts.

Tags

org:ygrek

Published: 27 Jul 2018

Dependencies (4)

  1. conf-libevent build
  2. base-unix
  3. ocamlfind build
  4. ocaml >= "4.02.0"

Dev Dependencies (2)

  1. ounit with-test
  2. base-bytes with-test

Used by (1)

  1. devkit

Conflicts

None