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-4.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}%"]
14]
15remove: [
16 ["rm" "-rf" "%{lib}%/llvm"]
17 ["sh" "-c" "rm -f %{lib}%/META.llvm*"]
18]
19depends: [
20 "ocaml" {>= "4.00.0"}
21 "ctypes" {>= "0.4"}
22 "ounit" {with-test}
23 "ocamlfind" {build}
24 "conf-llvm" {build & = "4.0.0"}
25 "conf-python-2-7" {build}
26 "conf-cmake" {build}
27]
28conflicts: [
29 "base-nnp"
30 "ocaml-option-nnpchecker"
31]
32synopsis: "The OCaml bindings distributed with LLVM"
33description: "Note: LLVM should be installed first."
34url {
35 src: "http://releases.llvm.org/4.0.0/llvm-4.0.0.src.tar.xz"
36 checksum: [
37 "sha256=8d10511df96e73b8ff9e7abbfb4d4d432edbdbe965f1f4f07afaf370b8a533be"
38 "md5=ea9139a604be702454f6acf160b4f3a2"
39 ]
40}
41extra-source "link.patch" {
42 src:
43 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/llvm/link.patch.4.0.0"
44 checksum: [
45 "sha256=4873de79aa265133c34ed04eeb16dc69bc0cfc291647b53a25bbda47de7c5b8d"
46 "md5=d08ef49e8f21956b99cc51f201474166"
47 ]
48}
49extra-source "link-META.patch" {
50 src:
51 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/llvm/link-META.patch.4.0.0"
52 checksum: [
53 "sha256=6550770196a3650bb64f167a9be9a92fe7380ed42687e56d062ddba9b9a62551"
54 "md5=5feaafe357cd1860d68fbf248770aa4d"
55 ]
56}
57extra-source "install.sh" {
58 src:
59 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/llvm/install.sh.4.0.0"
60 checksum: [
61 "sha256=0a865ee7a235249779e8f00cb196c5a547b4bff4f962500f992a5100b27b75d1"
62 "md5=153fcfff39630850cd4afaa42d6972c9"
63 ]
64}
65extra-source "META.patch" {
66 src:
67 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/llvm/META.patch.4.0.0"
68 checksum: [
69 "sha256=1d7b0cf32a8f0cfb2c1dbf4c067cf8abff30ed98af68489f319a0801555a5c5a"
70 "md5=0aebed21c829c305f84a81288e655d50"
71 ]
72}