this repo has no description
1opam-version: "2.0" 2maintainer: ["Thierry Martinez <thierry.martinez@inria.fr>"] 3authors: ["Thierry Martinez <thierry.martinez@inria.fr>"] 4bug-reports: "https://gitlab.inria.fr/memcad/clangml" 5homepage: "https://gitlab.inria.fr/memcad/clangml" 6doc: "https://gitlab.inria.fr/memcad/clangml" 7license: "BSD-3-Clause" 8dev-repo: "git+https://gitlab.inria.fr/memcad/clangml" 9synopsis: "OCaml bindings for Clang API" 10description: """ 11clangml provides bindings to call the Clang API from OCaml. 12""" 13depends: [ 14 "conf-libclang" 15 "conf-ncurses" 16 "conf-zlib" 17 "ocamlfind" {build & >= "1.8.0"} 18 "dune" {>= "1.10.0"} 19 "ppxlib" {>= "0.6.0" & < "0.9.0"} 20 "stdcompat" {>= "10"} 21 "ppx_show" {>= "0.1.0"} 22 "ppx_compare" {>= "v0.12.0"} 23 "override" {>= "0.1.0"} 24 "ocaml" {>= "4.04.0" & != "4.05.0" } 25] 26build: [ 27 ["./configure" "--prefix=%{prefix}%"] 28 ["dune" "build" "-p" name "-j" jobs]] 29url { 30 src: "https://gitlab.inria.fr/memcad/clangml/-/archive/v4.0.0/clangml-v4.0.0.tar.gz" 31 checksum: "sha512=eb6d83b2692f40ddb724ec899220b4264e8844f23b5d6d216cce801fbc9586692a871a37d32dea9db83dbcd5b5e0607c73ca20d037fb51ec56c83d1f9f31e485" 32}