opam-version: "2.0" maintainer: "ygrek@autistici.org" license: "BSD-3-Clause" authors: [ "Maas-Maarten Zeeman " "ygrek " ] homepage: "https://github.com/ygrek/ocaml-libevent" dev-repo: "git+https://github.com/ygrek/ocaml-libevent.git" bug-reports: "https://github.com/ygrek/ocaml-libevent/issues" build: [ [make "depend"] [make "all" "allopt"] [make "doc"] {with-doc} ] install: [ [make "install"] ] depends: [ "ocaml" {< "5.0"} "ocamlfind" {build} "conf-libevent" {build} ] synopsis: "OCaml wrapper for the libevent API" 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.""" url { src: "https://ygrek.org/p/release/ocaml-libevent/ocaml-libevent-0.7.0.tar.gz" checksum: [ "sha256=9472fa765f3497eec6e82c1ba04aa3b968c6692bd94ae37f159b8a2773be5d48" "md5=ae5fcfcee0b9793d082a94505a34e611" ] }