opam-version: "2.0"
maintainer: "https://github.com/ocaml/opam-repository/issues"
homepage: "https://clang.llvm.org/"
bug-reports: "https://github.com/ocaml/opam-repository/issues"
authors: "The LLVM devs"
license: "University of Illinois/NCSA Open Source License"
build: ["clang" "--version"]
depexts: [
  ["clang"] {os-family = "debian"}
  ["clang"] {os-distribution = "fedora"}
  ["clang"] {os-distribution = "rhel"}
  ["clang"] {os-distribution = "centos"}
  ["clang"] {os-distribution = "alpine"}
  ["clang"] {os-family = "suse"}
  ["clang"] {os-distribution = "ol"}
  ["clang"] {os-distribution = "arch"}
]
synopsis: "Virtual package relying on clang"
description:
  "This package can only install if the clang binary is installed on the system."
flags: conf
