this repo has no description
0
fork

Configure Feed

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

Merge pull request #25448 from jmid/patch-conf-clang

Patch conf-clang on Ubuntu-derivatives and FreeBSD

authored by

Marcello Seri and committed by
GitHub
723a0a01 72b1908c

+2
+2
packages/conf-clang/conf-clang.1/opam
··· 7 7 build: ["clang" "--version"] 8 8 depexts: [ 9 9 ["clang"] {os-family = "debian"} 10 + ["clang"] {os-family = "ubuntu"} 10 11 ["clang"] {os-distribution = "fedora"} 11 12 ["clang"] {os-distribution = "rhel"} 12 13 ["clang"] {os-distribution = "centos"} ··· 14 15 ["clang"] {os-family = "suse" | os-family = "opensuse"} 15 16 ["clang"] {os-distribution = "ol"} 16 17 ["clang"] {os-distribution = "arch"} 18 + # on FreeBSD clang is already part of the base system in contrib/llvm-project/clang 17 19 ] 18 20 synopsis: "Virtual package relying on clang" 19 21 description: