this repo has no description
1opam-version: "2.0"
2homepage: "https://libevent.org"
3authors: ["Libevent dev team"]
4license: "BSD-3-clause"
5bug-reports: "https://github.com/ocaml/opam-repository/issues"
6flags: conf
7available: os = "win32"
8build: ["pkgconf" "--personality=i686-w64-mingw32" "libevent"]
9depends: [
10 "conf-pkg-config" {build}
11 "conf-mingw-w64-gcc-i686" {build}
12]
13synopsis: "Libevent for i686 mingw-w64"
14description:
15 "Ensure the i686 version of libevent for the mingw-w64 project is available"
16maintainer: "David Allsopp <david@tarides.com>"
17depexts: [
18 ["mingw64-i686-libevent"] {os = "win32" & os-distribution = "cygwin"}
19 ["mingw-w64-i686-libevent"] {os = "win32" & os-distribution = "msys2"}
20]