package lintcstubs-arity

  1. Overview
  2. Docs
Generate headers for C bindings

Install

Dune Dependency

Authors

Maintainers

Sources

lintcstubs-arity-0.4.1.tbz
sha256=c2691d943123f11bac129dcc75fa791927af71cde7e52a8ebeae6b0f08f08e6b
sha512=5fef8b48b805ac4fad0bb9ff0f100ce3fc97f4ef564092660db5b3a4b7f797ff4b754294579f2e74e3964b584b8d4f7ea1ae6be1f4a025f9b59be7ca60a8e8c5

CHANGES.md.html

0.4.1 (2023-09-10)

  • Backport to Dune 2.7

0.2.2 (2023-09-08)

  • Drop extra _XOPEN_SOURCE define that is not necessary in general

0.2.1 (2023-09-05)

  • Build fixes and version constraints

0.2.0 (2023-09-05)

  • Add lintcstubs_arity_cmt tool that supports generating prototypes for unboxed arguments in primitives (requires OCaml 4.10+)

  • Add a README.md that shows how to use the tool and full examples with both dune and Makefile

  • Add a minimal example that shows how to embed/build the tool as part of another project

  • Enable tests in the CI

0.1.0 (2023-07-19)

First release