package lintcstubs-arity

  1. Overview
  2. Docs
Generate headers for C bindings

Install

dune-project
 Dependency

Authors

Maintainers

Sources

lintcstubs-arity-0.5.2.tbz
sha256=9fe1fbefa215ad0e6d974500f8259f06cb55f59227d59134fc2fcfa5fe8a840f
sha512=737a11f5dbfab51458e78014f24d4ad045f29bb50f81490a596273c4c84f7a47402b0583707818197bbd9da4da79fbc9ac238d929f9290c414c15e45684bb8df

doc/CHANGES.html

0.5.2 (2026-05-14)

  • OCaml 5.5 support

0.5.1 (2026-02-12)

  • Reintroduce OCaml 4.14 support

0.5.0 (2026-02-10)

  • Support OCaml >= 5.2

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