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.4" make prefix lib]
16]
17depexts: [
18 ["llvm-3.4-dev"] {os-family = "debian"}
19 ["homebrew/versions/llvm34"] {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.4" make prefix lib]
30synopsis: "The official LLVM binding"
31description: "Note: LLVM should be installed first."
32url {
33 src: "http://llvm.org/releases/3.4/llvm-3.4.src.tar.gz"
34 checksum: [
35 "sha256=25a5612d692c48481b9b397e2b55f4870e447966d66c96d655241702d44a2628"
36 "md5=46ed668a1ce38985120dbf6344cf6116"
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}