this repo has no description
1opam-version: "2.0" 2maintainer: "Ivan Gotovchits <ivg@ieee.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.8"] {os-distribution = "homebrew" & os = "macos"} 15 ["llvm-3.8"] {os-distribution = "macports" & os = "macos"} 16 ["llvm-3.8-dev"] {os-family = "debian"} 17 ["devel/llvm38"] {os = "freebsd"} 18] 19synopsis: "Virtual package relying on llvm library installation" 20flags: conf 21extra-source "configure.sh" { 22 src: 23 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-llvm/configure.sh.3.8" 24 checksum: [ 25 "sha256=10ca4b40ece5c1bcb311e28f056e7f1ff8d98e1bda80c61a537a8bc497b69a0d" 26 "md5=57f3b2473628ad9da28e94fb8b4746f9" 27 ] 28}