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://memcad.gitlabpages.inria.fr/clangml/"
11doc: "https://memcad.gitlabpages.inria.fr/clangml/doc/clangml/index.html"
12bug-reports: "https://gitlab.inria.fr/memcad/clangml/issues"
13depends: [
14 "conf-libclang"
15 "conf-ncurses"
16 "conf-zlib"
17 "dune" {>= "1.11.0"}
18 "stdcompat" {>= "13"}
19 "ocaml" {>= "4.03.0" & < "4.12.0"}
20 "ocamlfind" {build & >= "1.8.0"}
21 "ocamlcodoc" {with-test & >= "1.0.1"}
22 "pattern" {with-test & >= "0.2.0"}
23 "metapp" {>= "0.2.0" & < "0.3.0"}
24 "metaquot" {>= "0.2.0" & < "0.3.0"}
25 "refl" {>= "0.2.0" & < "0.3.0"}
26]
27dev-repo: "git+https://gitlab.inria.fr/memcad/clangml"
28build: [
29 ["./configure" "--prefix=%{prefix}%" "--with-llvm-config=%{conf-libclang:config}%"]
30 ["dune" "build" "-p" name "-j" jobs]]
31run-test: [["dune" "runtest" "-p" name "-j" jobs]]
32url {
33 src: "https://gitlab.inria.fr/memcad/clangml/-/archive/v4.1.0/clangml-v4.1.0.tar.gz"
34 checksum: "sha512=18120b67e803f26ce1538afac0c2b11b240e02775ec63fae2dc3b5e1d9296058409faab809105ce596ad0f4a0726d2670b421558ab59fa38956143e1637971ed"
35}