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-8.0"
9bug-reports: "http://llvm.org/bugs/"
10dev-repo: "git+http://llvm.org/git/llvm.git"
11homepage: "http://llvm.moe"
12install: [
13 ["bash" "-ex" "install.sh" "%{conf-llvm:config}%" lib "%{conf-cmake:cmd}%" make]
14]
15depends: [
16 "ocaml" {>= "4.00.0"}
17 "ctypes" {>= "0.4"}
18 "ounit" {with-test}
19 "ocamlfind" {build}
20 "conf-llvm" {build & = "8.0.0"}
21 "conf-python-2-7" {build}
22 "conf-cmake" {build}
23]
24conflicts: [
25 "base-nnp"
26 "ocaml-option-nnpchecker"
27]
28patches: [
29 "fix-shared.patch"
30]
31synopsis: "The OCaml bindings distributed with LLVM"
32description: "Note: LLVM should be installed first."
33url {
34 src: "http://releases.llvm.org/8.0.0/llvm-8.0.0.src.tar.xz"
35 checksum: "sha256=8872be1b12c61450cacc82b3d153eab02be2546ef34fa3580ed14137bb26224c"
36}
37extra-source "link-META.patch" {
38 src:
39 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/llvm/link-META.patch.8.0.0"
40 checksum: [
41 "sha256=4de73441a0451af01339f97157334f0a1de8f376c6b01088c3178729b1980b21"
42 "md5=ef4ebb8706be2ed402f31fc351d7dc75"
43 ]
44}
45extra-source "install.sh" {
46 src:
47 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/llvm/install.sh.8.0.0"
48 checksum: [
49 "sha256=794c197a0ddaf5f7740492ca57007b0aa782669b3e573e9f01c8a5b6a596c8fb"
50 "md5=76fb00c644110c73d04b15a2afb1aaf3"
51 ]
52}
53extra-source "fix-shared.patch" {
54 src:
55 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/llvm/fix-shared.patch.8.0.0"
56 checksum: [
57 "sha256=286bf7a89630d9197eea31f1aad1416fd7e212359c59e481fb3651bb427a1ed0"
58 "md5=826e4bf2e63e510bc6cc1e6a321d1b22"
59 ]
60}
61extra-source "META.patch" {
62 src:
63 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/llvm/META.patch.8.0.0"
64 checksum: [
65 "sha256=adc2b3eb124aaeec42bd85a9cbfc93183c2d9e208938b9ab308de638e668d08f"
66 "md5=1d0af08bab7a0f831f68849b6556e414"
67 ]
68}