this repo has no description
1opam-version: "2.0"
2maintainer: "Kate <kit.ty.kate@disroot.org>"
3authors: [
4 "whitequark <whitequark@whitequark.org>"
5 "The LLVM team"
6]
7license: "MIT"
8doc: "http://llvm.moe/ocaml-3.8"
9bug-reports: "http://llvm.org/bugs/"
10dev-repo: "git+http://llvm.org/git/llvm.git"
11homepage: "http://llvm.moe"
12install: [["bash" "-ex" "install.sh" "%{conf-llvm:config}%" make prefix lib]]
13remove: [["ocamlfind" "remove" "llvm"]]
14depends: [
15 "ocaml" {>= "4.00.0"}
16 "ctypes" {>= "0.4"}
17 "ounit" {with-test}
18 "ocamlbuild" {build}
19 "conf-llvm" {build & = "3.8"}
20 "conf-python-2-7" {build}
21]
22conflicts: [
23 "base-nnp"
24 "ocaml-option-nnpchecker"
25]
26synopsis: "The OCaml bindings distributed with LLVM"
27description: "Note: LLVM should be installed first."
28flags: light-uninstall
29url {
30 src: "http://llvm.org/releases/3.8.0/llvm-3.8.0.src.tar.xz"
31 checksum: [
32 "sha256=555b028e9ee0f6445ff8f949ea10e9cd8be0d084840e21fbbe1d31d51fc06e46"
33 "md5=07a7a74f3c6bd65de4702bf941b511a0"
34 ]
35}
36extra-source "install.sh" {
37 src:
38 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/llvm/install.sh.3.8"
39 checksum: [
40 "sha256=f9a57f681c4c0a04f9026b45710f89d96af1584dfe10aaf91751e3aa54fba4ba"
41 "md5=67d227f8ae9ed75045054d287db11714"
42 ]
43}