File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed
packages/conf-clang/conf-clang.2 Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ maintainer: "https://github.com/ocaml/opam-repository/issues"
3+ homepage: "https://clang.llvm.org/"
4+ bug-reports: "https://github.com/ocaml/opam-repository/issues"
5+ authors: "The LLVM devs"
6+ license: "University of Illinois/NCSA Open Source License"
7+ build: ["clang" "--version"]
8+ depexts: [
9+ ["clang"] {os-family = "debian"}
10+ ["clang"] {os-family = "ubuntu"}
11+ ["clang"] {os-family = "fedora"}
12+ ["clang"] {os-distribution = "rhel"}
13+ ["clang"] {os-distribution = "centos"}
14+ ["clang"] {os-distribution = "alpine" & os-version <= "3.18" }
15+ ["clang17"] {os-distribution = "alpine" & os-version = "3.19" }
16+ ["clang17"] {os-distribution = "alpine" & os-version = "3.20" }
17+ ["clang19"] {os-distribution = "alpine" & os-version = "3.21" }
18+ ["clang20"] {os-distribution = "alpine" & os-version >= "3.22" }
19+ ["clang"] {os-family = "suse" | os-family = "opensuse"}
20+ ["clang"] {os-distribution = "ol"}
21+ ["clang"] {os-distribution = "arch"}
22+ # on FreeBSD clang is already part of the base system in contrib/llvm-project/clang
23+ ["clang"] {os = "win32"}
24+ ]
25+ synopsis: "Virtual package relying on clang"
26+ description:
27+ "This package can only install if the clang binary is installed on the system."
28+ flags: conf
You can’t perform that action at this time.
0 commit comments