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: "BSD-3-Clause" 7build: [ 8 ["bash" "-ex" "configure" version] 9] 10depends: ["conf-which" {build}] 11depexts: [ 12 ["llvm-3.4-dev"] {os-family = "debian"} 13 ["llvm-3.4"] {os = "macos" & os-distribution = "macports"} 14] 15post-messages: 16 "If you use homebrew, please build and install llvm-3.4 manually, since brew formula is not available for this version" 17 {failure & (os = "macos" | os = "macos")} 18synopsis: "Virtual package relying on llvm library installation" 19flags: conf 20extra-source "configure" { 21 src: 22 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/conf-llvm/configure" 23 checksum: [ 24 "sha256=b3e11f698bd1b767a7a1b2170b5ab154afe06674ac71f4b631fff466bd125137" 25 "md5=67afff0753bd62bc5adbe9e205c91138" 26 ] 27}