opam-version: "2.0" maintainer: "Kate " authors: [ "whitequark " "The LLVM team" ] license: "MIT" doc: "http://llvm.moe/ocaml-3.7" bug-reports: "http://llvm.org/bugs/" dev-repo: "git+http://llvm.org/git/llvm.git" homepage: "http://llvm.moe" install: [["bash" "-ex" "./install.sh" version make prefix lib]] remove: [["ocamlfind" "remove" "llvm"]] depends: [ "ocaml" {>= "4.00.0"} "ctypes" {>= "0.4"} "ounit" {with-test} "ocamlbuild" {build} ] conflicts: [ "base-nnp" "ocaml-option-nnpchecker" ] depexts: [ ["llvm-3.7-dev"] {os-family = "debian"} ["homebrew/versions/llvm37"] {os = "macos" & os-distribution = "homebrew"} ] synopsis: "The OCaml bindings distributed with LLVM" description: "Note: LLVM should be installed first." flags: light-uninstall url { src: "http://llvm.org/releases/3.7.0/llvm-3.7.0.src.tar.xz" checksum: [ "sha256=ab45895f9dcdad1e140a3a79fd709f64b05ad7364e308c0e582c5b02e9cc3153" "md5=b98b9495e5655a672d6cb83e1a180f8e" ] } extra-source "install.sh" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/llvm/install.sh.3.7" checksum: [ "sha256=14581e1d2da14897bf577fea1a952610e65fb49bff90c3fa026d09de036c5953" "md5=4207c3705ff9fcda89acabefa25352d9" ] }