package ppxx

  1. Overview
  2. Docs
Ppxx: a small extension library for writing PPX preprocessors

Install

Dune Dependency

Authors

Maintainers

Sources

ppxx-2.5.0.tar.gz
md5=bdb4e3b374b556de3d74ebcba0b8e84d
sha512=b6fc67aa710044751d6209626d6d3dba80b4fa9ab8fe45e3d68c18ee5dc5af382199ef6cb1df9aa6fad9459a64a6eb21feef65be0d9e6568d0e55ba2ebd21e79

Description

PPXX: a small extension library for PPX

PPXX contains several utility functions to make PPX preprocessors easier.

Published: 17 Dec 2021

README

PPXX: a small extension library for PPX

PPXX contains several utility functions to make PPX preprocessors easier.

There are already several PPX related helper modules:

  • Ast_helper of OCaml compier-libs.common

  • Ast_convenience of ppx_tools

They are still not enough for my use, so I built ppxx.

Dependencies (3)

  1. ppxlib >= "0.23.0"
  2. dune >= "2.0"
  3. ocaml >= "4.08.0"

Dev Dependencies

None

Used by (8)

  1. ppx_implicits = "0.2.0"
  2. ppx_meta_conv >= "2.3.0" & < "2.5.0" | = "2.8.0" | >= "4.0.1"
  3. ppx_monadic = "1.0.4"
  4. ppx_orakuda = "3.0.0"
  5. ppx_poly_record = "1.1.1"
  6. ppx_test >= "1.3.0" & < "1.4.0" | >= "1.8.0"
  7. scaml
  8. typpx != "1.1.2" & != "1.2.2" & < "1.4.0"

Conflicts

None