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" "-ex" "configure.sh" version]
9]
10depends: [
11 "conf-bash" {build}
12]
13depexts: [
14 ["llvm@14"] {os-distribution = "homebrew" & os = "macos"}
15 ["llvm-14"] {os-distribution = "macports" & os = "macos"}
16 ["llvm-14-dev"] {os-family = "debian"}
17 ["llvm14-dev"] {os-distribution = "alpine"}
18 ["llvm14"] {os-family = "arch"}
19 ["llvm14-devel"] {os-family = "suse" | os-family = "opensuse"}
20 ["llvm14-devel"] {os-distribution = "fedora"}
21 ["llvm14-devel" "epel-release"] {os-distribution = "centos"}
22 ["devel/llvm14"] {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.14.0.6"
29 checksum: [
30 "sha256=5cedd4892097c3270021a1776187bcd39ab12c22ba5824ec8668c4ff8ca99611"
31 "md5=2750506041c4edef4482ce9fb5f30aa1"
32 ]
33}