package ppxx

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

Install

Dune Dependency

Authors

Maintainers

Sources

ppxx-2.3.2.tar.bz2
md5=3f34c86630757236d094a1b64045ca94

Description

PPXX: a small extension library for PPX

PPXX contains several utility functions to make PPX preprocessors easier.

Published: 07 Aug 2018

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

  1. ocaml-migrate-parsetree < "2.0.0"
  2. ppx_tools_versioned >= "5.0"
  3. jbuilder >= "1.0+beta7"
  4. ocamlfind build
  5. ocaml >= "4.07.0" & < "4.08.0"

Dev Dependencies

None

Used by (10)

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

Conflicts

None