this repo has no description
1opam-version: "2.0" 2maintainer: "tim@gfxmonk.net" 3homepage: "http://www.zlib.net/" 4bug-reports: "https://github.com/ocaml/opam-repository/issues" 5authors: ["Jean-loup Gailly" "Mark Adler"] 6license: "zlib" 7build: 8 ["pkgconf" {os = "win32" & os-distribution = "cygwin"} 9 "pkg-config" {os != "win32" | os-distribution != "cygwin"} 10 "--personality=i686-w64-mingw32" {os = "win32" & os-distribution = "cygwin" & host-arch-x86_32:installed} 11 "--personality=x86_64-w64-mingw32" {os = "win32" & os-distribution = "cygwin" & host-arch-x86_64:installed} 12 "zlib"] 13depends: [ 14 "conf-pkg-config" {build} 15 (("host-arch-x86_32" {os = "win32" & os-distribution != "cygwinports"} & "conf-mingw-w64-zlib-i686" {os = "win32" & os-distribution != "cygwinports"}) | 16 ("host-arch-x86_64" {os = "win32" & os-distribution != "cygwinports"} & "conf-mingw-w64-zlib-x86_64" {os = "win32" & os-distribution != "cygwinports"})) 17] 18depexts: [ 19 ["zlib-dev"] {os-distribution = "alpine"} 20 ["zlib1g-dev"] {os-family = "debian"} 21 ["zlib1g-dev"] {os-family = "ubuntu"} 22 ["zlib-devel"] {os-distribution = "centos"} 23 ["zlib-devel"] {os-distribution = "fedora" & os-version < "40" } 24 ["zlib-ng-compat-devel"] {os-distribution = "fedora" & os-version >= "40" } 25 ["zlib-devel"] {os-distribution = "ol"} 26 ["zlib"] {os-distribution = "nixos"} 27 ["zlib"] {os-distribution = "homebrew" & os = "macos"} 28 ["zlib"] {os-family = "arch"} 29 ["zlib"] {os = "win32" & os-distribution = "cygwinports"} 30 ["zlib-devel"] {os = "cygwin"} 31] 32synopsis: "Virtual package relying on zlib" 33description: 34 "This package can only install if the zlib library is installed on the system." 35flags: conf