package ppxx

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

Install

Dune Dependency

Authors

Maintainers

Sources

ppxx-2.4.0.tar.bz2
md5=beb55ccb353123678406e7d30e6d954f

Description

PPXX: a small extension library for PPX

PPXX contains several utility functions to make PPX preprocessors easier.

Published: 13 May 2020

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 (4)

  1. ocaml-migrate-parsetree < "2.0.0"
  2. ppx_tools_versioned >= "5.0"
  3. dune >= "2.0"
  4. ocaml >= "4.08.0" & < "4.12.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.7.0"
  7. scaml
  8. typpx != "1.1.2" & != "1.2.2" & < "1.4.0"

Conflicts

None