package ppx_cstubs

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

Install

Authors

Maintainers

Sources

0.4.0.tar.gz
md5=6c607a2a1d91f341453a91ced43bc3c2
sha512=29594742ef3895af5524cdaa92d35ebfc7b33cb7a204ad2da0ab285b87d3b13920d05f80a3fc9c67974d5781b6df7d8f9a1a0dbe502ec433772bf4162ea85ad6

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: 30 Apr 2020

Dependencies (13)

  1. re >= "1.7.2"
  2. ppx_tools_versioned >= "5.3.0"
  3. dune >= "1.6"
  4. dune-configurator
  5. ocamlfind
  6. ocaml-migrate-parsetree >= "1.6.0" & < "2.0.0"
  7. ocaml >= "4.02.3" & < "4.11.0"
  8. cppo build & >= "1.3"
  9. containers >= "2.2"
  10. result
  11. num
  12. integers < "0.5.0"
  13. ctypes >= "0.13.0" & < "0.18"

Dev Dependencies

None

Used by (1)

  1. raylib < "0.3.1"

Conflicts

None