package gccjit

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

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

Description

libgccjit is an embeddable shared library being included in GCC for adding compilation to existing programs using GCC as the backend. This package organizes the API of gccjit into a few types and their corresponding modules.

Tags

gcc jit gccjit

Added to opam-repository:

Dependencies (6)

  1. conf-libgccjit
  2. ctypes-foreign
  3. ctypes >= "0.14.0"
  4. base-unix
  5. dune >= "3.11"
  6. ocaml >= "4.08.0"

Dev Dependencies (2)

  1. odoc with-doc
  2. ppx_expect with-test & >= "v0.9.0"

Used by (1)

  1. arrayjit < "0.4.0"