this repo has no description
1opam-version: "2.0"
2maintainer: "ygrek@autistici.org"
3license: "BSD-3-Clause"
4authors: [
5 "Maas-Maarten Zeeman <mmzeeman@xs4all.nl>"
6 "ygrek <ygrek@autistici.org>"
7]
8homepage: "https://github.com/ygrek/ocaml-libevent"
9dev-repo: "git+https://github.com/ygrek/ocaml-libevent.git"
10bug-reports: "https://github.com/ygrek/ocaml-libevent/issues"
11build: [
12 [make "depend"]
13 [make "all" "allopt"]
14 [make "doc"] {with-doc}
15]
16install: [
17 [make "install"]
18]
19depends: [
20 "ocaml" {< "5.0"}
21 "ocamlfind" {build}
22 "base-unix"
23 "conf-libevent" {build}
24]
25available: os != "macos"
26synopsis: "OCaml wrapper for the libevent API"
27description: """
28libevent provides a mechanism to execute a callback function
29when a specific event occurs on a file descriptor or
30after a timeout has been reached. Furthermore, libevent also
31supports callbacks due to signals or regular timeouts."""
32url {
33 src:
34 "https://ygrek.org/p/release/ocaml-libevent/ocaml-libevent-0.8.0.tar.gz"
35 checksum: [
36 "sha256=1346e08ea3b9c49a82386253cd297775b6a5550bd18cfc59fd80b287c7df71f8"
37 "md5=6b7f7858a90253b976f94d5908db4a62"
38 ]
39}