this repo has no description

Merge pull request #25542 from jmid/conf-brotli-broaden

conf-brotli: Broaden support to Alpine, Arch, Fedora, OpenSuse, and U…

Changed files
+9 -2
packages
conf-brotli
conf-brotli.0.0.1
+9 -2
packages/conf-brotli/conf-brotli.0.0.1/opam
···
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:
···
license: "MIT"
build: [ "pkg-config" "libbrotlidec" "libbrotlienc" ]
depexts: [
+
["brotli-dev"] {os-distribution = "alpine"}
+
["brotli"] {os-distribution = "arch"}
+
["libbrotli-dev"] {os-family = "debian" | os-family = "ubuntu"}
+
["brotli-devel"] {os-distribution = "fedora"}
+
["libbrotli-devel"] {os-family = "suse" | os-family = "opensuse"}
+
["brotli"] {os = "freebsd"}
["brotli"] {os-distribution = "homebrew" & os = "macos"}
+
]
+
x-ci-accept-failures: [
+
"oraclelinux-8" "oraclelinux-9" # not available
]
synopsis: "Virtual package relying on a brotli system installation"
description: