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 <hu.ala@northeastern.edu>"
5authors: [
6 "Alan Hu <hu.ala@northeastern.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 & = "17"}
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/v17.0.6/llvm-dune-full-minified-17.0.6.tar.gz"
32 checksum: [
33 "md5=163c178e4e2db637715d6ddc647e9f4e"
34 "sha512=0467616a1262ac667116bec69a2479a438b99d77f7cfd68622dc59013771cd62a0b06c64fa8ed13efbcf6bb0e4b86db34e1b024261475ae75b1b9206e3e5e491"
35 ]
36}
37available: !(os = "macos" & os-distribution = "homebrew" & arch = "arm64")