opam-version: "2.0" maintainer: "https://github.com/ocaml/opam-repository/issues" homepage: "https://clang.llvm.org/docs/ClangFormat.html" bug-reports: "https://github.com/ocaml/opam-repository/issues" authors: "The Clang Team" license: "NCSA" build: ["clang-format" "--version"] depexts: [ ["clang-format"] {os-family = "debian" | os-family = "ubuntu"} ["clang-tools-extra"] {os-family = "fedora"} ["clang-extra-tools"] {os-distribution = "alpine" & os-version < "3.17" } ["clang15-extra-tools"] {os-distribution = "alpine" & os-version = "3.17" } ["clang16-extra-tools"] {os-distribution = "alpine" & os-version = "3.18" } ["clang17-extra-tools"] {os-distribution = "alpine" & os-version >= "3.19" & os-version < "3.21" } ["clang19-extra-tools"] {os-distribution = "alpine" & os-version >= "3.21" } ["clang-tools"] {os-family = "suse" | os-family = "opensuse"} ["clang"] {os-distribution = "arch"} ["clang-format"] {os-distribution = "homebrew" & os = "macos"} ["llvm"] {os = "freebsd"} ] synopsis: "Virtual package relying on clang-format" description: "This package can only install if the clang-format binary is installed on the system." flags: conf