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