caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Thierry Martinez <thierry.martinez@inria.fr>
To: caml-list@inria.fr
Subject: [Caml-list] clangml.4.0.0beta1: OCaml bindings for Clang API
Date: Tue, 19 Feb 2019 17:52:18 +0100 (CET)	[thread overview]
Message-ID: <795313310.8723941.1550595138812.JavaMail.zimbra@inria.fr> (raw)

Dear OCaml users,

We are happy to announce the first public beta of the new clangml
library. Clangml provides bindings for all versions of Clang, from 3.4
to 8.0.0.

In particular, Clangml allows OCaml program to use the Clang parser to
parse C/C++ code and get an abstract syntax tree annotated with type
information.

clangml can be installed via opam. Since the library relies on external
dependencies, we suggest to use the depext plugin to install it together
with the packages needed for your system:

  opam depext -i clangml

This library is a complete rewritting of the previous clangml (clangml
versions <4.0.0): the bindings now rely on automatically generated C
stubs to libclang, with some extensions when libclang is incomplete.

Contrary to old clangml versions, the versions of clangml from 4.0.0
are independent from the version of the Clang library: any version of
clangml from 4.0.0 can be built with any version of the Clang library
in the supported interval.  Currently, all versions of Clang, from 3.4
to 8.0.0, are supported.

For more informations and documentation:
https://tmartine.gitlabpages.inria.fr/clangml/
-- 
Thierry.

                 reply	other threads:[~2019-02-19 16:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=795313310.8723941.1550595138812.JavaMail.zimbra@inria.fr \
    --to=thierry.martinez@inria.fr \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).