opam-version: "2.0"
maintainer: "fxfactorial"
authors: "The Brotli Authors"
homepage: "https://github.com/google/brotli"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
license: "MIT"
build: [ "pkg-config" "libbrotlidec" "libbrotlienc" ]
depexts: [
  ["libbrotli-dev"] {os-family = "debian"}
  ["libbrotli"] {os = "freebsd"}
  ["brotli"] {os-distribution = "homebrew" & os = "macos"}
]
synopsis: "Virtual package relying on a brotli system installation"
description:
  "This package can only install if libbrotli is installed on the system."
depends: ["conf-pkg-config" {build}]
flags: conf
