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.7"
9bug-reports: "http://llvm.org/bugs/"
10dev-repo: "git+http://llvm.org/git/llvm.git"
11homepage: "http://llvm.moe"
12install: [["bash" "-ex" "./install.sh" version 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]
20conflicts: [
21 "base-nnp"
22 "ocaml-option-nnpchecker"
23]
24depexts: [
25 ["llvm-3.7-dev"] {os-family = "debian"}
26 ["homebrew/versions/llvm37"] {os = "macos" & os-distribution = "homebrew"}
27]
28synopsis: "The OCaml bindings distributed with LLVM"
29description: "Note: LLVM should be installed first."
30flags: light-uninstall
31url {
32 src: "http://llvm.org/releases/3.7.0/llvm-3.7.0.src.tar.xz"
33 checksum: [
34 "sha256=ab45895f9dcdad1e140a3a79fd709f64b05ad7364e308c0e582c5b02e9cc3153"
35 "md5=b98b9495e5655a672d6cb83e1a180f8e"
36 ]
37}
38extra-source "install.sh" {
39 src:
40 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/llvm/install.sh.3.7"
41 checksum: [
42 "sha256=14581e1d2da14897bf577fea1a952610e65fb49bff90c3fa026d09de036c5953"
43 "md5=4207c3705ff9fcda89acabefa25352d9"
44 ]
45}