this repo has no description
1opam-version: "2.0"
2maintainer: "fxfactorial"
3authors: "The Brotli Authors"
4homepage: "https://github.com/google/brotli"
5bug-reports: "https://github.com/ocaml/opam-repository/issues"
6license: "MIT"
7build: [ "pkg-config" "libbrotlidec" "libbrotlienc" ]
8depexts: [
9 ["brotli-dev"] {os-distribution = "alpine"}
10 ["brotli"] {os-distribution = "arch"}
11 ["libbrotli-dev"] {os-family = "debian" | os-family = "ubuntu"}
12 ["brotli-devel"] {os-distribution = "fedora"}
13 ["libbrotli-devel"] {os-family = "suse" | os-family = "opensuse"}
14 ["brotli"] {os = "freebsd"}
15 ["brotli"] {os-distribution = "homebrew" & os = "macos"}
16]
17x-ci-accept-failures: [
18 "oraclelinux-8" "oraclelinux-9" # not available
19]
20synopsis: "Virtual package relying on a brotli system installation"
21description:
22 "This package can only install if libbrotli is installed on the system."
23depends: ["conf-pkg-config" {build}]
24flags: conf