this repo has no description
1opam-version: "2.0" 2maintainer: "https://github.com/ocaml/opam-repository/issues" 3homepage: "https://tukaani.org/xz/" 4bug-reports: "https://github.com/ocaml/opam-repository/issues" 5authors: "XZ Utils dev team" 6license: "Unlicense" 7build: ["pkg-config" "--print-errors" "--exists" "liblzma"] 8depends: [ 9 "conf-pkg-config" {build} 10] 11depexts: [ 12 ["liblzma-dev"] {os-family = "debian"} 13 ["liblzma-dev"] {os-family = "ubuntu"} 14 ["xz-dev"] {os-family = "alpine"} 15 ["xz-devel"] {os-distribution = "fedora"} 16 ["xz-devel"] {os-distribution = "rhel"} 17 ["xz-devel"] {os-distribution = "centos"} 18 ["xz-devel"] {os-distribution = "ol"} 19 ["xz-devel"] {os-family = "suse" | os-family = "opensuse"} 20 ["app-arch/xz-utils"] {os-family = "gentoo"} 21 ["xz"] {os-family = "arch"} 22 ["xz"] {os = "macos" & os-distribution = "homebrew"} 23 ["xz"] {os = "macos" & os-distribution = "macports"} 24 ["xz"] {os = "win32" & os-distribution = "cygwinports"} 25 # Shipped as part of FreeBSD 26 ["xz"] {os = "openbsd"} 27 ["xz"] {os = "netbsd"} 28] 29synopsis: "Virtual package relying on liblzma" 30description: 31 "This package can only install if the liblzma library is installed on the system." 32flags: conf