this repo has no description
1opam-version: "2.0"
2maintainer: "OCamlPro Team <typerex-ollvm@ocamlpro.com>"
3homepage: "http://www.typerex.org/ollvm.html"
4bug-reports: "https://github.com/OCamlPro/ollvm/issues"
5license: "LGPL-2.0-or-later"
6build: [
7 [ "./configure" ]
8 [ make ]
9]
10install: [ make "install" ]
11remove: [
12 [ "./configure" ]
13 [ make "uninstall" ]
14 ]
15depends: [
16 "ocaml" {>= "4.01.0"}
17 "ocamlfind" {build}
18 "menhir" {build & < "20211215"}
19]
20conflicts: [ "llvm" { != "3.5" } ]
21depopts: [ "llvm" ]
22authors: "Julien Sagot <ju.sagot@gmail.com>"
23dev-repo: "git+https://github.com/OCamlPro/ollvm"
24synopsis:
25 "ollvm library offers an interface to manipulate LLVM IR in pure OCaml."
26url {
27 src: "https://github.com/OCamlPro/ollvm/archive/v0.99.tar.gz"
28 checksum: [
29 "sha256=e694617b63992826f58268aba2be799c029a993a1efa2bff57004e52fb3ca9d1"
30 "md5=92bafe1975b28a669809fcc61911b363"
31 ]
32}