package libevent

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

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-libevent-0.9.0.tar.gz
md5=00851213da0c9ecf37fbd3984a266789
sha256=e9bcbde7d554f18e52b761601eb4fb8a91df5d160dee03f10882c77a5a83c078
sha512=4f3510e91b1429fb3ed62e84c65adcd96826a6ea861cda41b630957f950968ab3dfc4788eb748764cb503b2e2aa3318d904adb3a6a10c1e5f11cd3201d264bfd

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: 03 May 2024

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