this repo has no description
1opam-version: "2.0" 2synopsis: "The OCaml bindings distributed with LLVM" 3description: "Note: LLVM should be installed first." 4maintainer: "Alan Hu <alanh@ccs.neu.edu>" 5authors: [ 6 "Alan Hu <alanh@ccs.neu.edu>" 7 "Kate <kit-ty-kate@outlook.com>" 8 "Gordon Henriksen <gordonhenriksen@mac.com>" 9 "whitequark <whitequark@whitequark.org>" 10 "The LLVM team" 11] 12license: "Apache-2.0 WITH LLVM-exception" 13homepage: "http://llvm.moe" 14doc: "http://llvm.moe/ocaml" 15bug-reports: "http://llvm.org/bugs/" 16depends: [ 17 "ocaml" {>= "4.00.0"} 18 "dune" {>= "2.7"} 19 "ctypes" {>= "0.4"} 20 "conf-llvm" {build & = "15"} 21] 22build: [ 23 ["./setup.sh" conf-llvm:config] 24 ["dune" "build" "--release" "-j" jobs] 25 ["rm" "%{name}%.install"] 26] 27install: ["./install.sh" prefix] 28dev-repo: "git+https://github.com/alan-j-hu/llvm-dune.git" 29url { 30 src: 31 "https://github.com/alan-j-hu/llvm-dune/releases/download/v15.0.7%2Bnnp-2/llvm-dune-full-minified-15.0.7+nnp-2.tar.gz" 32 checksum: [ 33 "md5=70475fecf3387aaab2938fad6182d8ed" 34 "sha512=1ad859718873bfa99900eeb865c3c4d1c01092113e4757b6c37ed2eaf0134a947a7ed1f8b2345813485c5ee5229c533a7bb58b545d4c58cea7c3b885a40fd728" 35 ] 36}