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.8"
bug-reports: "http://llvm.org/bugs/"
dev-repo: "git+http://llvm.org/git/llvm.git"
homepage: "http://llvm.moe"
install: [["bash" "-ex" "install.sh" "%{conf-llvm:config}%" make prefix lib]]
remove: [["ocamlfind" "remove" "llvm"]]
depends: [
  "ocaml" {>= "4.00.0"}
  "ctypes" {>= "0.4"}
  "ounit" {with-test}
  "ocamlbuild" {build}
  "conf-llvm" {build & = "3.8"}
  "conf-python-2-7" {build}
]
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=67d227f8ae9ed75045054d287db11714"]
url {
  src: "http://llvm.org/releases/3.8.0/llvm-3.8.0.src.tar.xz"
  checksum: "md5=07a7a74f3c6bd65de4702bf941b511a0"
}
