this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

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

authored by

Raphaël Proust and committed by
GitHub
aef07c8f 23739f5f

+9 -2
+9 -2
packages/conf-brotli/conf-brotli.0.0.1/opam
··· 6 6 license: "MIT" 7 7 build: [ "pkg-config" "libbrotlidec" "libbrotlienc" ] 8 8 depexts: [ 9 - ["libbrotli-dev"] {os-family = "debian"} 10 - ["libbrotli"] {os = "freebsd"} 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"} 11 15 ["brotli"] {os-distribution = "homebrew" & os = "macos"} 16 + ] 17 + x-ci-accept-failures: [ 18 + "oraclelinux-8" "oraclelinux-9" # not available 12 19 ] 13 20 synopsis: "Virtual package relying on a brotli system installation" 14 21 description: