opam-version: "2.0" maintainer: "https://github.com/ocaml/opam-repository/issues" homepage: "https://libevent.org/" bug-reports: "https://github.com/ocaml/opam-repository/issues" authors: "Libevent dev team" license: "BSD-3-clause" build: [ "pkgconf" {os = "win32" & os-distribution != "cygwinports"} "--personality=i686-w64-mingw32" {os = "win32" & os-distribution != "cygwinports" & host-arch-x86_32:installed} "--personality=x86_64-w64-mingw32" {os = "win32" & os-distribution != "cygwinports" & host-arch-x86_64:installed} "pkg-config" {os != "Win32" | os-distribution != "cygwin"} "libevent" ] depends: [ "conf-pkg-config" {build} ("host-arch-x86_32" {os = "win32" & os-distribution != "cygwinports"} & "conf-mingw-w64-libevent-i686" {os = "win32" & os-distribution != "cygwinports"} | "host-arch-x86_64" {os = "win32" & os-distribution != "cygwinports"} & "conf-mingw-w64-libevent-x86_64" {os = "win32" & os-distribution != "cygwinports"}) ] depexts: [ ["libevent-dev"] {os-family = "debian"} ["libevent-dev"] {os-family = "ubuntu"} ["libevent-dev"] {os-family = "alpine"} ["libevent-devel"] {os-distribution = "fedora"} ["libevent-devel"] {os-distribution = "rhel"} ["libevent-devel"] {os-distribution = "centos"} ["libevent-devel"] {os-distribution = "ol" & os-version >= "8"} ["libevent-devel"] {os-family = "suse" | os-family = "opensuse"} ["libevent"] {os-family = "arch"} ["libevent"] {os = "freebsd"} ["libevent"] {os = "openbsd"} ["libevent"] {os = "netbsd"} ["libevent"] {os = "win32" & os-distribution = "cygwinports"} ["libevent"] {os = "macos" & os-distribution = "homebrew"} ["libevent"] {os = "macos" & os-distribution = "macports"} ] x-ci-accept-failures: [ "oraclelinux-7" ] synopsis: "Virtual package relying on libevent" description: "This package can only install if the libevent library is installed on the system." flags: conf