this repo has no description
1opam-version: "2.0"
2maintainer: "Kate <kit.ty.kate@disroot.org>"
3authors: "The LLVM team"
4homepage: "http://llvm.org"
5bug-reports: "https://llvm.org/bugs/"
6license: "MIT"
7build: [
8 ["bash" "configure.sh" version]
9]
10depends: [
11 "conf-bash" {build}
12]
13depexts: [
14 ["llvm@16" "zstd"] {os-distribution = "homebrew" & os = "macos"}
15 ["llvm-16"] {os-distribution = "macports" & os = "macos"}
16 ["llvm-16-dev" "zlib1g-dev" "libzstd-dev"] {os-family = "debian"}
17 ["llvm16-dev"] {os-distribution = "alpine"}
18 ["llvm16"] {os-family = "arch"}
19 ["llvm16-devel"] {os-family = "suse" | os-family = "opensuse"}
20 ["llvm16-devel"] {os-distribution = "fedora" & os-version >= "39"}
21 ["llvm-devel"] {os-distribution = "fedora" & os-version = "38"}
22 ["llvm16-devel" "epel-release"] {os-distribution = "centos"}
23 ["devel/llvm16"] {os = "freebsd"}
24]
25synopsis: "Virtual package relying on llvm library installation"
26flags: conf
27extra-source "configure.sh" {
28 src:
29 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-llvm/configure.sh.16"
30 checksum: [
31 "sha256=f15b0c0a4c69dffcafce695f98e360418f81a04ce34212a5ce3f792302ebe6b6"
32 "md5=5e80960db32ce1939a40396c9fea005a"
33 ]
34}