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 <ahulambda@gmail.com>"
5authors: [
6 "Alan Hu <ahulambda@gmail.com>"
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-3/llvm-dune-full-minified-15.0.7+nnp-3.tar.gz"
32 checksum: [
33 "md5=c81299338fdd29961ec659f0239e6d8c"
34 "sha512=186c8b9f2b5ed61150214b7e8046f08f66bfbcad3af3dc946c4840ff57ca9fcbc0f15c32f8b062b9cc331bdb02a8315afaad6d3810a3b56d7348db2fd376699a"
35 ]
36}