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@15"] {os-distribution = "homebrew" & os = "macos"}
15 ["llvm-15"] {os-distribution = "macports" & os = "macos"}
16 ["llvm-15-dev" "zlib1g-dev" "libzstd-dev"] {os-family = "debian"}
17 ["llvm15-dev"] {os-distribution = "alpine"}
18 ["llvm15"] {os-family = "arch"}
19 ["llvm15-devel"] {os-family = "suse"}
20 ["llvm15-devel"] {os-distribution = "fedora"}
21 ["llvm15-devel" "epel-release"] {os-distribution = "centos"}
22 ["devel/llvm15"] {os = "freebsd"}
23]
24synopsis: "Virtual package relying on llvm library installation"
25flags: conf
26extra-source "configure.sh" {
27 src:
28 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-llvm/configure.sh.15"
29 checksum: [
30 "sha256=ff4b2f72f5cceb8f73ce2825641eff37d9f17e05afcfb7ebaee15851172d61fd"
31 "md5=633155a6495a7afd1c87ffd0b94e8cf9"
32 ]
33}