this repo has no description
1opam-version: "2.0"
2maintainer: "Thierry Martinez <martinez@nsup.org>"
3authors: "The LLVM team"
4homepage: "http://llvm.org"
5bug-reports: "https://llvm.org/bugs/"
6license: "MIT"
7build-env: [
8 [HOMEBREW_NO_AUTO_UPDATE = "1"]
9]
10build: [
11 ["bash" "-ex" "configure.sh" version]
12]
13depends: [
14 "conf-bash" {build}
15]
16depexts: [
17 ["llvm"] {os-distribution = "homebrew" & os = "macos"}
18 ["llvm"] {os-distribution = "macports" & os = "macos"}
19 ["libclang-dev" "llvm-dev"] {os-family = "debian"}
20 ["clang-dev" "llvm-dev" "clang-static"] {os-distribution = "alpine"}
21 ["clang-devel" "llvm-devel" "llvm-static" "zlib-devel"]
22 {os-distribution = "centos"}
23 ["clang-devel" "llvm-devel" "zlib-devel" "redhat-rpm-config"]
24 {os-distribution = "fedora"}
25 ["llvm-clang-devel"] {os-family = "suse" | os-family = "opensuse"}
26 ["devel/llvm10"] {os = "freebsd"}
27 ["sys-devel/clang"] {os-distribution = "gentoo"}
28]
29synopsis: "Virtual package relying on the installation of llvm and clang libraries (any version)"
30flags: conf
31extra-source "configure.sh" {
32 src:
33 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-libclang/configure.sh.10"
34 checksum:
35 "sha512=8c95b2f06ce5bc161fd68ff8f8ddc0b9b7ea1a318732b79e4131d0adf9222662dd95a60becf28ef5db83fecf1081266a6ccf128864c019571948a232ba18fe82"
36}