package gccjit

  1. Overview
  2. Docs
Bindings to libgccjit, the GCC JIT compiler

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.2.1.tar.gz
md5=02d93b7c984e70faf41a3868db4f60b3
sha512=32e95f713b9f8601c373abb43974ebfe67dd4ce4045a8fcc7100b3a7818743725996ddb2b27ba5a267ef0c23f75fde3269ef81799d652dd61c0302b497f9468c

CHANGES.md.html

v0.3.2 2024-01-02

  • Tiny fixes for the opam repository release

v0.3.1 2024-01-02

  • Compatibility with MacOS

  • Inline tests in the expect_test framework

v0.3.0 2023-10-27

  • Restructure into a Dune-based project with the FFI bindings generated by Dune-ctypes integration

  • Depend on conf-libgccjit for integration with OS package managers

v0.2.0 2015-04-18 Cambridge

  • Introduce a more idiomatic interface (modules Types, RValue, etc.)

v0.1.0 2015-04-11 Paris

  • First release