package ppx_cstubs

  1. Overview
  2. Docs
Preprocessor for easier stub generation with ctypes

Install

Authors

Maintainers

Sources

0.5.1.tar.gz
md5=af3eb3a834c666ef5fcb1ec40296d5eb
sha512=7a45475c3d0b00b2466ee432d1d9dc8c93b3d198c527bf83a9dea2358657003ad0eb84ec5ab8d222d74bf792ba5525bdb19313eeafccac5f4289246286571a8b

Description

ppx_cstubs is a ppx-based preprocessor for stub generation with ctypes. ppx_cstubs creates two files from a single ml file: a file with c stub code and an OCaml file with all additional boilerplate code.

Published: 14 Mar 2022

Dependencies (13)

  1. re >= "1.7.2"
  2. ppx_tools_versioned >= "5.4.0"
  3. dune >= "1.6"
  4. ocamlfind >= "1.7.2"
  5. ocaml-migrate-parsetree >= "1.7.0"
  6. ocaml >= "4.02.3"
  7. cppo build & >= "1.3"
  8. containers >= "2.2"
  9. result
  10. num
  11. integers
  12. ctypes >= "0.13.0" & < "0.21"
  13. bigarray-compat

Dev Dependencies

None

Used by (2)

  1. ctypes-zarith
  2. raylib < "0.3.1"

Conflicts

None