# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "OCaml bindings for Clang API"
description: """
clangml provides bindings to call the Clang API from OCaml.
"""
maintainer: ["Thierry Martinez <thierry.martinez@inria.fr>"]
authors: ["Thierry Martinez <thierry.martinez@inria.fr>"]
license: "BSD-2-Clause"
homepage: "https://memcad.gitlabpages.inria.fr/clangml/"
doc: "https://memcad.gitlabpages.inria.fr/clangml/doc/clangml/index.html"
bug-reports: "https://gitlab.inria.fr/memcad/clangml/issues"
depends: [
  "conf-libclang"
  "conf-ncurses"
  "conf-zlib"
  "dune" {>= "1.11.0"}
  "stdcompat" {>= "13"}
  "ocaml" {>= "4.03.0" & < "4.12.0"}
  "ocamlfind" {build & >= "1.8.0"}
  "ocamlcodoc" {with-test & >= "1.0.1"}
  "pattern" {with-test & >= "0.2.0"}
  "metapp" {>= "0.2.0" & < "0.3.0"}
  "metaquot" {>= "0.2.0" & < "0.3.0"}
  "refl" {>= "0.2.0" & < "0.3.0"}
]
dev-repo: "git+https://gitlab.inria.fr/memcad/clangml"
build: [
  ["./configure" "--prefix=%{prefix}%" "--with-llvm-config=%{conf-libclang:config}%"]
  ["dune" "build" "-p" name "-j" jobs]]
run-test: [["dune" "runtest" "-p" name "-j" jobs]]
url {
  src: "https://gitlab.inria.fr/memcad/clangml/-/archive/v4.1.0/clangml-v4.1.0.tar.gz"
  checksum: "sha512=18120b67e803f26ce1538afac0c2b11b240e02775ec63fae2dc3b5e1d9296058409faab809105ce596ad0f4a0726d2670b421558ab59fa38956143e1637971ed"
}
