Skip to content

Commit

Permalink
bootstrapped repository for commit 860e295
Browse files Browse the repository at this point in the history
  • Loading branch information
thierry-martinez committed Sep 5, 2022
1 parent bac3f28 commit 7d6af55
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 24 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Development version
# 2022-09-05, 4.8.0

- Support for Clang/LLVM 15.0.0

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.7.0
4.8.0
11 changes: 5 additions & 6 deletions clangml.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "4.7.0"
version: "4.8.0"
synopsis: "OCaml bindings for Clang API"
description: """
clangml provides bindings to call the Clang API from OCaml.
Expand All @@ -9,23 +9,22 @@ maintainer: ["Thierry Martinez <thierry.martinez@inria.fr>"]
authors: ["Thierry Martinez <thierry.martinez@inria.fr>"]
license: "BSD-2-Clause"
homepage: "https://github.com/thierry-martinez/clangml/"
doc: "https://github.com/thierry-martinez/clangml/blob/v4.7.0/README.md"
doc: "https://github.com/thierry-martinez/clangml/blob/v4.8.0/README.md"
bug-reports: "https://github.com/thierry-martinez/clangml/issues"
depends: [
"conf-libclang"
"conf-ncurses"
"conf-zlib"
"dune" {>= "3.0" & >= "1.11.0"}
"stdcompat" {>= "13"}
"dune" {>= "3.0" & >= "3.0"}
"stdcompat" {>= "19"}
"ocaml" {>= "4.08.0"}
"ocamlfind" {build & >= "1.8.0"}
"ocamlcodoc" {with-test & >= "1.0.1"}
"pattern" {with-test & >= "0.2.0"}
"ppxlib" {>= "0.23"}
"metapp" {>= "0.4.0"}
"metapp" {>= "0.4.4"}
"metaquot" {>= "0.4.0"}
"refl" {>= "0.4.0"}
"ppxlib" {>= "0.23"}
"odoc" {with-doc & >= "1.5.1"}
"ocaml-migrate-parsetree" {>= "2.2.0"}
]
Expand Down
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for clangml 4.7.0.
# Generated by GNU Autoconf 2.69 for clangml 4.8.0.
#
# Report bugs to <Thierry.Martinez@inria.fr>.
#
Expand Down Expand Up @@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='clangml'
PACKAGE_TARNAME='clangml'
PACKAGE_VERSION='4.7.0'
PACKAGE_STRING='clangml 4.7.0'
PACKAGE_VERSION='4.8.0'
PACKAGE_STRING='clangml 4.8.0'
PACKAGE_BUGREPORT='Thierry.Martinez@inria.fr'
PACKAGE_URL='https://github.com/thierry.martinez/clangml/'

Expand Down Expand Up @@ -1401,7 +1401,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures clangml 4.7.0 to adapt to many kinds of systems.
\`configure' configures clangml 4.8.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1468,7 +1468,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of clangml 4.7.0:";;
short | recursive ) echo "Configuration of clangml 4.8.0:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1574,7 +1574,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
clangml configure 4.7.0
clangml configure 4.8.0
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1960,7 +1960,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by clangml $as_me 4.7.0, which was
It was created by clangml $as_me 4.8.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2823,7 +2823,7 @@ fi

# Define the identity of the package.
PACKAGE='clangml'
VERSION='4.7.0'
VERSION='4.8.0'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -8572,7 +8572,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by clangml $as_me 4.7.0, which was
This file was extended by clangml $as_me 4.8.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -8630,7 +8630,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
clangml config.status 4.7.0
clangml config.status 4.8.0
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
11 changes: 5 additions & 6 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
(source (github "thierry-martinez/clangml"))
(homepage "https://github.com/thierry-martinez/clangml/")
(bug_reports "https://github.com/thierry-martinez/clangml/issues")
(documentation "https://github.com/thierry-martinez/clangml/blob/v4.7.0/README.md")
(version "4.7.0")
(documentation "https://github.com/thierry-martinez/clangml/blob/v4.8.0/README.md")
(version "4.8.0")

(package
(name clangml)
Expand All @@ -21,16 +21,15 @@ clangml provides bindings to call the Clang API from OCaml.
conf-libclang
conf-ncurses
conf-zlib
(dune (>= 1.11.0))
(stdcompat (>= 13))
(dune (>= 3.0))
(stdcompat (>= 19))
(ocaml (>= 4.08.0))
(ocamlfind (and :build (>= 1.8.0)))
(ocamlcodoc (and :with-test (>= 1.0.1)))
(pattern (and :with-test (>= 0.2.0)))
(ppxlib (>= 0.23))
(metapp (>= 0.4.0))
(metapp (>= 0.4.4))
(metaquot (>= 0.4.0))
(refl (>= 0.4.0))
(ppxlib (>= 0.23))
(odoc (and :with-doc (>= 1.5.1)))
(ocaml-migrate-parsetree (>= 2.2.0))))

0 comments on commit 7d6af55

Please # to comment.