[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ANN] OCaml bindings for libgccjit
- To: jit@gcc.gnu.org
- Subject: [ANN] OCaml bindings for libgccjit
- From: Nicolas Ojeda Bar <no263@dpmms.cam.ac.uk>
- Date: Sat, 11 Apr 2015 22:26:30 +0100
- Authentication-results: sourceware.org; auth=none
- Delivered-to: listarch-jit@gcc.gnu.org
- Delivered-to: mailing list jit@gcc.gnu.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=C8pdfItLvksdULWKWmepqcVSzNAciglyKMqAeefZKCk=; b=S3cpBGoX71cAnLwCV6BGOZGlm23+woZGXydj7DYRN8XlcraqfzStzeZ3bX4ZY1Ep3l Vh2tOK4kxMGdhvARPDftViBiepUnfqOqbXKC26UyUDz4CfXXfy1onDuCQzWP5RC4jJP5 MGl5Bg4lcHUTCG/pfwxa4lBWr7A3iBkzbKYbrSCNIkcZP+OvetKzji7A51WYR5xgm2A6 dgu2D2FIKMnNCB1ZBCnCksZ2wQXuHl4gufMQ2zp0k8IWeDHDXXNOk/fI7fnflk1FQ1qv aShbLuNNEJI0B6QO3DnrPsHwv+0fhiyjh91oYUVS0h+H0DvWLAsUejplZWmkXe34a6XH q0ZA==
- List-help: <mailto:jit-help@gcc.gnu.org>
- List-post: <mailto:jit@gcc.gnu.org>
- List-subscribe: <mailto:jit-subscribe@gcc.gnu.org>
- Mailing-list: contact jit-help@gcc.gnu.org; run by ezmlm
- Sender: jit-owner@gcc.gnu.org
Dear list,
I am pleased to announce new OCaml bindings for libgccjit. You can find
them at:
https://github.com/nojb/ocaml-libgccjit
They support the full API, with the exception of
gcc_jit_context_enable_dump. The tutorial has also been ported to OCaml
and can be found in the GitHub wiki page
https://github.com/nojb/ocaml-gccjit/wiki
(parts 4 and 5 are coming soon).
The library should be available in opam (the OCaml package manager) soon.
Thank you very much!
Happy hacking,
Nicolas