this repo has no description
1opam-version: "2.0" 2maintainer: "https://github.com/ocaml/opam-repository/issues" 3homepage: "https://libevent.org/" 4bug-reports: "https://github.com/ocaml/opam-repository/issues" 5authors: "Libevent dev team" 6license: "BSD-3-clause" 7build: [ 8 "pkgconf" {os = "win32" & os-distribution != "cygwinports"} 9 "--personality=i686-w64-mingw32" 10 {os = "win32" & os-distribution != "cygwinports" & 11 host-arch-x86_32:installed} 12 "--personality=x86_64-w64-mingw32" 13 {os = "win32" & os-distribution != "cygwinports" & 14 host-arch-x86_64:installed} 15 "pkg-config" {os != "Win32" | os-distribution != "cygwin"} 16 "libevent" 17] 18depends: [ 19 "conf-pkg-config" {build} 20 ("host-arch-x86_32" {os = "win32" & os-distribution != "cygwinports"} & 21 "conf-mingw-w64-libevent-i686" 22 {os = "win32" & os-distribution != "cygwinports"} | 23 "host-arch-x86_64" {os = "win32" & os-distribution != "cygwinports"} & 24 "conf-mingw-w64-libevent-x86_64" 25 {os = "win32" & os-distribution != "cygwinports"}) 26] 27depexts: [ 28 ["libevent-dev"] {os-family = "debian"} 29 ["libevent-dev"] {os-family = "ubuntu"} 30 ["libevent-dev"] {os-family = "alpine"} 31 ["libevent-devel"] {os-distribution = "fedora"} 32 ["libevent-devel"] {os-distribution = "rhel"} 33 ["libevent-devel"] {os-distribution = "centos"} 34 ["libevent-devel"] {os-distribution = "ol" & os-version >= "8"} 35 ["libevent-devel"] {os-family = "suse" | os-family = "opensuse"} 36 ["libevent"] {os-family = "arch"} 37 ["libevent"] {os = "freebsd"} 38 ["libevent"] {os = "openbsd"} 39 ["libevent"] {os = "netbsd"} 40 ["libevent"] {os = "win32" & os-distribution = "cygwinports"} 41 ["libevent"] {os = "macos" & os-distribution = "homebrew"} 42 ["libevent"] {os = "macos" & os-distribution = "macports"} 43] 44x-ci-accept-failures: [ 45 "oraclelinux-7" 46] 47synopsis: "Virtual package relying on libevent" 48description: 49 "This package can only install if the libevent library is installed on the system." 50flags: conf