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@3.9"] {os-distribution = "homebrew" & os = "macos"} 15 ["llvm-3.9"] {os-distribution = "macports" & os = "macos"} 16 ["llvm-3.9-dev"] {os-family = "debian"} 17 ["llvm3.9-devel"] {os-distribution = "fedora"} 18 ["llvm3.9-dev"] {os-distribution = "alpine"} 19 ["devel/llvm39"] {os = "freebsd"} 20] 21synopsis: "Virtual package relying on llvm library installation" 22flags: conf 23extra-source "configure.sh" { 24 src: 25 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-llvm/configure.sh.3.9" 26 checksum: [ 27 "sha256=10ca4b40ece5c1bcb311e28f056e7f1ff8d98e1bda80c61a537a8bc497b69a0d" 28 "md5=57f3b2473628ad9da28e94fb8b4746f9" 29 ] 30}