this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25759 from Khady/louis/libevent090

[new release] libevent (0.9.0)

authored by

Anil Madhavapeddy and committed by
GitHub
7d23c02c ba5584bb

+44
+44
packages/libevent/libevent.0.9.0/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "ygrek@autistici.org" 3 + license: "BSD-3-Clause" 4 + authors: [ 5 + "Maas-Maarten Zeeman <mmzeeman@xs4all.nl>" 6 + "ygrek <ygrek@autistici.org>" 7 + ] 8 + homepage: "https://github.com/ygrek/ocaml-libevent" 9 + dev-repo: "git+https://github.com/ygrek/ocaml-libevent.git" 10 + bug-reports: "https://github.com/ygrek/ocaml-libevent/issues" 11 + tags: ["org:ygrek"] 12 + build: [ 13 + [make "depend"] 14 + [make] 15 + [make "test"] {with-test & os != "macos"} 16 + [make "doc"] {with-doc} 17 + ] 18 + install: [ 19 + [make "install"] 20 + ] 21 + depends: [ 22 + "ocaml" {>= "4.02.0"} 23 + "ocamlfind" {build} 24 + "base-unix" 25 + "base-bytes" {with-test} 26 + "ounit" {with-test} 27 + "conf-libevent" {build} 28 + ] 29 + conflicts: [ "ocaml-option-bytecode-only" ] 30 + synopsis: "OCaml wrapper for the libevent API" 31 + description: """ 32 + libevent provides a mechanism to execute a callback function 33 + when a specific event occurs on a file descriptor or 34 + after a timeout has been reached. Furthermore, libevent also 35 + supports callbacks due to signals or regular timeouts.""" 36 + url { 37 + src: "https://ygrek.org/p/release/ocaml-libevent/ocaml-libevent-0.9.0.tar.gz" 38 + checksum: [ 39 + "md5=00851213da0c9ecf37fbd3984a266789" 40 + "sha256=e9bcbde7d554f18e52b761601eb4fb8a91df5d160dee03f10882c77a5a83c078" 41 + "sha512=4f3510e91b1429fb3ed62e84c65adcd96826a6ea861cda41b630957f950968ab3dfc4788eb748764cb503b2e2aa3318d904adb3a6a10c1e5f11cd3201d264bfd" 42 + ] 43 + mirrors: "https://github.com/ygrek/ocaml-libevent/releases/download/v0.9.0/ocaml-libevent-0.9.0.tar.gz" 44 + }