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]
7bug-reports: "http://llvm.org/bugs/"
8dev-repo: "git+http://llvm.org/git/llvm.git"
9homepage: "http://llvm.moe"
10patches: [
11 "makefile+build.patch"
12 "makefile+system.patch"
13]
14remove: [
15 ["sh" "./compile.sh" "uninstall" "3.5" make prefix lib]
16]
17depexts: [
18 ["llvm-3.5-dev"] {os-family = "debian"}
19 ["homebrew/versions/llvm35"] {os = "macos" & os-distribution = "homebrew"}
20]
21depends: [
22 "ocaml"
23 "ocamlbuild" {build}
24]
25conflicts: [
26 "base-nnp"
27 "ocaml-option-nnpchecker"
28]
29install: ["sh" "./compile.sh" "install" "3.5" make prefix lib]
30synopsis: "The official LLVM binding"
31description: "Note: LLVM should be installed first."
32url {
33 src: "http://llvm.org/releases/3.5.0/llvm-3.5.0.src.tar.xz"
34 checksum: [
35 "sha256=28e199f368ef0a4666708f31c7991ad3bcc3a578342b0306526dd35f07595c03"
36 "md5=d6987305a1a0e58e128c1374cd3b8fef"
37 ]
38}
39extra-source "makefile+system.patch" {
40 src:
41 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/llvm/makefile+system.patch"
42 checksum: [
43 "sha256=fb1393cc154366796320e82423166acc3226cece5efd53fc63be504c5bfdacfe"
44 "md5=6fc0b615b8dca7d45fbcb45c54290a83"
45 ]
46}
47extra-source "makefile+build.patch" {
48 src:
49 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/llvm/makefile+build.patch"
50 checksum: [
51 "sha256=38e7388cb488cff35ed061c7592c40061a0954657fc5bcb7d04b1da8eb0ef5fb"
52 "md5=edb1745aeaaa21dfa5f2a4c7ef5479c9"
53 ]
54}
55extra-source "compile.sh" {
56 src:
57 "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/llvm/compile.sh"
58 checksum: [
59 "sha256=b11c1fce74389fbebb9ef64ea8c88af600af45bc3022b2b1711fbf044753bfda"
60 "md5=2e3b275a27d0732fda7547347766dca4"
61 ]
62}