package pa_ppx
Install
Dune Dependency
Authors
Maintainers
Sources
sha512=c8f4ade39c662cd1503d1fdf1a16cf19f1d86eb224449f255288b1d89199125e19a32d8a7ec86221c8dbb37a06992c99dea1bcc36556085e899f400461596f3f
Description
This is a collection of PPX rewriters, re-implementing those based on ppxlib and other libraries, but instead based on Camlp5. Included is also a collection of support libraries for writing new PPX rewriters. Included are:
pa_assert: ppx_assert pa_ppx.deriving, pa_ppx.deriving_plugins (enum, eq, fold, iter, make, map, ord, sexp, show, yojson): ppx_deriving, plugins, ppx_sexp_conv, ppx_deriving_yojson pa_ppx.expect_test: ppx_expect_test pa_ppx.here: ppx_here pa_ppx.import: ppx_import pa_ppx.inline_test: ppx_inline_test
pa_ppx.undo_deriving: pa_ppx.deriving expands [@@deriving ...] into code; this rewriter undoes that. pa_ppx.unmatched_vala: expands to match-cases (support library for camlp5-based PPX rewriters) pa_ppx.hashrecons: support for writing AST rewriters that automatically fills in hash-consing boilerplate pa_dock: implements doc-comment extraction for camlp5 preprocessors
Many of the reimplementations in fact offer significant enhanced function, described in the pa_ppx documentation. In addition, there is an extensive test-suite, much of it slightly modified versions of the tests for the respective PPX rewriters.
Published: 11 Sep 2023
Dependencies (14)
Dev Dependencies (6)
-
ppx_sexp_conv
with-test & >= "v0.13.0"
-
ppx_here
with-test & >= "v0.13.0"
-
ppx_deriving_yojson
with-test & >= "3.5.2" & < "3.8.0"
-
ppx_deriving
with-test & < "6.0.2"
-
ppx_import
with-test & >= "1.7.1"
-
sexplib
with-test & >= "v0.14.0"
Used by (11)
-
GT
>= "0.5.3"
-
pa_ppx_ag
< "0.08"
-
pa_ppx_hashcons
< "0.08" | >= "0.10"
-
pa_ppx_migrate
< "0.08" | >= "0.10" & < "0.12"
- pa_ppx_parsetree
-
pa_ppx_q_ast
< "0.08" | = "0.11"
- pa_ppx_quotation2extension
- pa_ppx_regexp
- pa_ppx_static
- pa_ppx_string
-
pa_ppx_unique
< "0.08" | >= "0.10"