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@7"] {os-distribution = "homebrew" & os = "macos"} 15 ["llvm-7.0"] {os-distribution = "macports" & os = "macos"} 16 ["llvm-7-dev"] {os-family = "debian"} 17 ["llvm7-dev"] {os-distribution = "alpine"} 18 ["llvm7-devel"] {os-family = "suse" | os-family = "opensuse"} 19 ["llvm7.0-devel"] {os-distribution = "fedora"} 20 ["llvm7.0-devel" "epel-release"] {os-distribution = "centos"} 21 ["devel/llvm70"] {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.7.0.0" 28 checksum: [ 29 "sha256=abc1848ff8630221740d8ded458e312c0536f0e0fecf986d924b5259ebf512ec" 30 "md5=c684ff1f4e2fee80154115d172ca49d6" 31 ] 32}