this repo has no description
1opam-version: "2.0" 2maintainer: "https://github.com/ocaml/opam-repository/issues" 3homepage: "http://software.schmorp.de/pkg/libev.html" 4authors: "Marc Lehmann" 5license: "BSD-2-Clause" 6build: [["sh" "./build.sh"]] 7depends: [ 8 "ocaml" {>= "3.11.0"} 9] 10depexts: [ 11 ["libev-dev"] {os-family = "debian"} 12 ["libev-dev"] {os-family = "ubuntu"} 13 ["libev"] {os = "macos" & os-distribution = "homebrew"} 14 ["libev-dev"] {os-family = "alpine"} 15 ["libev"] {os-family = "arch"} 16 ["libev-devel"] {os-distribution = "fedora"} 17 ["libev-devel"] {os-distribution = "rhel"} 18 ["libev-devel"] {os-distribution = "centos"} 19 ["libev-devel"] {os-distribution = "ol" & os-version >= "8"} 20 ["libev-devel"] {os-family = "suse" | os-family = "opensuse"} 21 ["libev"] {os = "freebsd"} 22 ["libev"] {os = "openbsd"} 23 ["libev"] {os-distribution = "nixos"} 24] 25synopsis: "High-performance event loop/event model with lots of features" 26description: """ 27Libev is modelled (very loosely) after libevent and the Event perl 28module, but is faster, scales better and is more correct, and also more 29featureful. And also smaller. Yay.""" 30bug-reports: "https://github.com/ocaml/opam-repository/issues" 31available: os != "win32" 32flags: conf 33extra-source "discover.ml" { 34 src: 35 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-libev/discover.ml.4-12" 36 checksum: [ 37 "sha256=1db79a9fa1c8642c9466d129a0077199b1e2ed4663e3659545ba8a9e287f8742" 38 "md5=a734be402679b0ccf7c8aa60fc18bf9a" 39 ] 40} 41extra-source "build.sh" { 42 src: 43 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-libev/build.sh" 44 checksum: [ 45 "sha256=4825462f8f84312caf9a2c797bbd24abc776d8a343de5561330314d846e5cf61" 46 "md5=f37b5eb73ebeb177dff1cd8bb2f38c4e" 47 ] 48}