File tree Expand file tree Collapse file tree 3 files changed +41
-2
lines changed
conf-libclang/conf-libclang.14 Expand file tree Collapse file tree 3 files changed +41
-2
lines changed Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "OCaml bindings for Clang API"
4+ description: """
5+ clangml provides bindings to call the Clang API from OCaml.
6+ """
7+ maintainer: ["Thierry Martinez <
[email protected] >"]
8+ authors: ["Thierry Martinez <
[email protected] >"]
9+ license: "BSD-2-Clause"
10+ homepage: "https://github.com/thierry-martinez/clangml/"
11+ doc: "https://github.com/thierry-martinez/clangml/blob/v4.7.0/README.md"
12+ bug-reports: "https://github.com/thierry-martinez/clangml/issues"
13+ depends: [
14+ "conf-libclang"
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+ ]
31+ dev-repo: "git+https://github.com/thierry-martinez/clangml.git"
32+ build: [
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}]]
37+ url {
38+ src: "https://github.com/thierry-martinez/clangml/releases/download/v4.7.0/clangml.4.7.0.tar.gz"
39+ checksum: "sha512=129bcb1faeadadafca3b62d00e4abc683dd83f94c1e27527d29d8ae7531692d7a13b1c54a813caf9104a006c58ff4d2335b60e034d26e59bb73c0f73d60adc70"
40+ }
Original file line number Diff line number Diff line change 123123
124124echo " Error: No usable version of LLVM <=14.0.x found."
125125exit 1
126-
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ x-ci-accept-failures: [
2929 "opensuse-15.3" # unavailable system package 'llvm-clang-devel'
3030]
3131extra-files: [[
32- "configure.sh" "sha512=5b4f4ea8b4062158c299ca5697c0081baf1e43995297be8dfaaea07fb5a802628b0d5815e0ca418258788bda1780d827789212abf9ce15da9b84a42efb0480ae "
32+ "configure.sh" "sha512=901562da7c7d5016b2b348ce4bf05ea2173b78e66d64f962a5cef0686b8df33c850ee26093ca8c00163043fc2506681fc014681ff75f7fcfdc5a57a67a48e162 "
3333]]
3434synopsis: "Virtual package relying on the installation of llvm and clang libraries (<= 14.0.x)"
3535flags: conf
You can’t perform that action at this time.
0 commit comments