opam-version: "2.0"
maintainer: "Kate <kit.ty.kate@disroot.org>"
authors: [
  "whitequark <whitequark@whitequark.org>"
  "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}
]
depexts: [
  ["llvm-3.7-dev"] {os-family = "debian"}
  ["homebrew/versions/llvm37"] {os = "macos" & os-distribution = "homebrew"}
]
available: opam-version >= "1.2"
synopsis: "The OCaml bindings distributed with LLVM"
description: "Note: LLVM should be installed first."
flags: light-uninstall
extra-files: ["install.sh" "md5=4207c3705ff9fcda89acabefa25352d9"]
url {
  src: "http://llvm.org/releases/3.7.0/llvm-3.7.0.src.tar.xz"
  checksum: "md5=b98b9495e5655a672d6cb83e1a180f8e"
}
