this repo has no description
0
fork

Configure Feed

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

Merge pull request #25544 from jmid/conf-clang-format-broaden

conf-clang-format: add FreeBSD and Ubuntu-derivative support

authored by

Marcello Seri and committed by
GitHub
23739f5f 243e46e2

+5 -2
+5 -2
packages/conf-clang-format/conf-clang-format.1/opam
··· 6 6 license: "NCSA" 7 7 build: ["clang-format" "--version"] 8 8 depexts: [ 9 - ["clang-format"] {os-family = "debian"} 9 + ["clang-format"] {os-family = "debian" | os-family = "ubuntu"} 10 10 ["clang-tools-extra"] {os-family = "fedora"} 11 11 ["clang-extra-tools"] {os-distribution = "alpine" & os-version < "3.17" } 12 - ["clang15-extra-tools"] {os-distribution = "alpine" & os-version >= "3.17" } 12 + ["clang15-extra-tools"] {os-distribution = "alpine" & os-version = "3.17" } 13 + ["clang16-extra-tools"] {os-distribution = "alpine" & os-version = "3.18" } 14 + ["clang17-extra-tools"] {os-distribution = "alpine" & os-version >= "3.19" } 13 15 ["clang-tools"] {os-family = "suse" | os-family = "opensuse"} 14 16 ["clang"] {os-distribution = "arch"} 15 17 ["clang-format"] {os-distribution = "homebrew" & os = "macos"} 18 + ["llvm"] {os = "freebsd"} 16 19 ] 17 20 synopsis: "Virtual package relying on clang-format" 18 21 description: