this repo has no description
1opam-version: "2.0" 2maintainer: "https://github.com/ocaml/opam-repository/issues" 3homepage: "https://clang.llvm.org/docs/ClangFormat.html" 4bug-reports: "https://github.com/ocaml/opam-repository/issues" 5authors: "The Clang Team" 6license: "NCSA" 7build: ["clang-format" "--version"] 8depexts: [ 9 ["clang-format"] {os-family = "debian" | os-family = "ubuntu"} 10 ["clang-tools-extra"] {os-family = "fedora"} 11 ["clang-extra-tools"] {os-distribution = "alpine" & os-version < "3.17" } 12 ["clang15-extra-tools"] {os-distribution = "alpine" & os-version = "3.17" } 13 ["clang16-extra-tools"] {os-distribution = "alpine" & os-version = "3.18" } 14 ["clang17-extra-tools"] {os-distribution = "alpine" & os-version >= "3.19" & os-version < "3.21" } 15 ["clang19-extra-tools"] {os-distribution = "alpine" & os-version >= "3.21" } 16 ["clang-tools"] {os-family = "suse" | os-family = "opensuse"} 17 ["clang"] {os-distribution = "arch"} 18 ["clang-format"] {os-distribution = "homebrew" & os = "macos"} 19 ["llvm"] {os = "freebsd"} 20] 21synopsis: "Virtual package relying on clang-format" 22description: 23 "This package can only install if the clang-format binary is installed on the system." 24flags: conf