this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "OCaml bindings for Clang API"
4description: """
5clangml provides bindings to call the Clang API from OCaml.
6"""
7maintainer: ["Thierry Martinez <thierry.martinez@inria.fr>"]
8authors: ["Thierry Martinez <thierry.martinez@inria.fr>"]
9license: "BSD-2-Clause"
10homepage: "https://github.com/thierry-martinez/clangml/"
11doc: "https://github.com/thierry-martinez/clangml/blob/v4.7.0/README.md"
12bug-reports: "https://github.com/thierry-martinez/clangml/issues"
13depends: [
14 "conf-libclang" {< "15"}
15 "conf-ncurses"
16 "conf-zlib"
17 "dune" {>= "1.11.0"}
18 "stdcompat" {>= "19"}
19 "ocaml" {>= "4.08.0"}
20 "ocamlfind" {build & >= "1.8.0"}
21 "ocamlcodoc" {with-test & >= "1.0.1"}
22 "pattern" {with-test & >= "0.2.0"}
23 "ppxlib" {>= "0.23"}
24 "metapp" {>= "0.4.4"}
25 "metaquot" {>= "0.4.0"}
26 "refl" {>= "0.4.0"}
27 "ppxlib" {>= "0.23"}
28 "odoc" {with-doc & >= "1.5.1"}
29 "ocaml-migrate-parsetree" {>= "2.2.0"}
30]
31dev-repo: "git+https://github.com/thierry-martinez/clangml.git"
32build: [
33 ["./configure" "--prefix=%{prefix}%" "--with-llvm-config=%{conf-libclang:config}%"]
34 ["./build_with_bigger_stack_size.sh" "dune" "build" "-p" name "-j" jobs "@install"
35 "@runtest" {with-test}
36 "@doc" {with-doc}]]
37url {
38 src: "https://github.com/thierry-martinez/clangml/releases/download/v4.7.0/clangml.4.7.0.tar.gz"
39 checksum: "sha512=129bcb1faeadadafca3b62d00e4abc683dd83f94c1e27527d29d8ae7531692d7a13b1c54a813caf9104a006c58ff4d2335b60e034d26e59bb73c0f73d60adc70"
40}