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 "conf-libevent" {build}
23]
24synopsis: "OCaml wrapper for the libevent API"
25description: """
26libevent provides a mechanism to execute a callback function
27when a specific event occurs on a file descriptor or
28after a timeout has been reached. Furthermore, libevent also
29supports callbacks due to signals or regular timeouts."""
30url {
31 src:
32 "https://ygrek.org/p/release/ocaml-libevent/ocaml-libevent-0.7.0.tar.gz"
33 checksum: [
34 "sha256=9472fa765f3497eec6e82c1ba04aa3b968c6692bd94ae37f159b8a2773be5d48"
35 "md5=ae5fcfcee0b9793d082a94505a34e611"
36 ]
37}