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/llvm11"] {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.11"
34 checksum:
35 "sha512=f935e0447465cce82dd90c01925400b724fe1e6760768eb4eb3b7b9a27109d214d0b040855f963292c79116cd4939840f0e321e32622cac4afdfec8b6a7d40ec"
36}