this repo has no description
1opam-version: "2.0" 2maintainer: "https://github.com/ocaml/opam-repository/issues" 3homepage: "https://clang.llvm.org/" 4bug-reports: "https://github.com/ocaml/opam-repository/issues" 5authors: "The LLVM devs" 6license: "University of Illinois/NCSA Open Source License" 7build: ["clang" "--version"] 8depexts: [ 9 ["clang"] {os-family = "debian"} 10 ["clang"] {os-family = "ubuntu"} 11 ["clang"] {os-distribution = "fedora"} 12 ["clang"] {os-distribution = "rhel"} 13 ["clang"] {os-distribution = "centos"} 14 ["clang"] {os-distribution = "alpine"} 15 ["clang"] {os-family = "suse" | os-family = "opensuse"} 16 ["clang"] {os-distribution = "ol"} 17 ["clang"] {os-distribution = "arch"} 18 # on FreeBSD clang is already part of the base system in contrib/llvm-project/clang 19] 20synopsis: "Virtual package relying on clang" 21description: 22 "This package can only install if the clang binary is installed on the system." 23flags: conf