opam-version: "2.0" maintainer: "Kate " authors: [ "whitequark " "The LLVM team" ] bug-reports: "http://llvm.org/bugs/" dev-repo: "git+http://llvm.org/git/llvm.git" homepage: "http://llvm.moe" patches: [ "makefile+build.patch" "makefile+system.patch" ] remove: [ ["sh" "./compile.sh" "uninstall" "3.5" make prefix lib] ] depexts: [ ["llvm-3.5-dev"] {os-family = "debian"} ["homebrew/versions/llvm35"] {os = "macos" & os-distribution = "homebrew"} ] depends: [ "ocaml" "ocamlbuild" {build} ] conflicts: [ "base-nnp" "ocaml-option-nnpchecker" ] install: ["sh" "./compile.sh" "install" "3.5" make prefix lib] synopsis: "The official LLVM binding" description: "Note: LLVM should be installed first." url { src: "http://llvm.org/releases/3.5.0/llvm-3.5.0.src.tar.xz" checksum: [ "sha256=28e199f368ef0a4666708f31c7991ad3bcc3a578342b0306526dd35f07595c03" "md5=d6987305a1a0e58e128c1374cd3b8fef" ] } extra-source "makefile+system.patch" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/llvm/makefile+system.patch" checksum: [ "sha256=fb1393cc154366796320e82423166acc3226cece5efd53fc63be504c5bfdacfe" "md5=6fc0b615b8dca7d45fbcb45c54290a83" ] } extra-source "makefile+build.patch" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/llvm/makefile+build.patch" checksum: [ "sha256=38e7388cb488cff35ed061c7592c40061a0954657fc5bcb7d04b1da8eb0ef5fb" "md5=edb1745aeaaa21dfa5f2a4c7ef5479c9" ] } extra-source "compile.sh" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/llvm/compile.sh" checksum: [ "sha256=b11c1fce74389fbebb9ef64ea8c88af600af45bc3022b2b1711fbf044753bfda" "md5=2e3b275a27d0732fda7547347766dca4" ] }