Skip to content

Commit 06d4795

Browse files
authored
Merge pull request #21961 from thierry-martinez/clangml.4.7.0
[new release] clangml.4.7.0
2 parents 33723b3 + b45a841 commit 06d4795

File tree

3 files changed

+41
-2
lines changed

3 files changed

+41
-2
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
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+
}

packages/conf-libclang/conf-libclang.14/files/configure.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,3 @@ done
123123

124124
echo "Error: No usable version of LLVM <=14.0.x found."
125125
exit 1
126-

packages/conf-libclang/conf-libclang.14/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ x-ci-accept-failures: [
2929
"opensuse-15.3" # unavailable system package 'llvm-clang-devel'
3030
]
3131
extra-files: [[
32-
"configure.sh" "sha512=5b4f4ea8b4062158c299ca5697c0081baf1e43995297be8dfaaea07fb5a802628b0d5815e0ca418258788bda1780d827789212abf9ce15da9b84a42efb0480ae"
32+
"configure.sh" "sha512=901562da7c7d5016b2b348ce4bf05ea2173b78e66d64f962a5cef0686b8df33c850ee26093ca8c00163043fc2506681fc014681ff75f7fcfdc5a57a67a48e162"
3333
]]
3434
synopsis: "Virtual package relying on the installation of llvm and clang libraries (<= 14.0.x)"
3535
flags: conf

0 commit comments

Comments
 (0)