package pa_ppx
Install
Dune Dependency
Authors
Maintainers
Sources
md5=7212c459eff3ea17974b2d47998f2038
sha512=f6e344a9ac8352c823d629e1c0cef9cf9aaf3bfa7800446f4087ed682c9e8ba3fbb834c83bc8276cdb5294951db559c0b19f364f2a7adf22bbd70313b7d0bd08
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: 25 Jul 2020
Dependencies (14)
-
expect_test_helpers
>= "v0.13.0"
-
ppx_sexp_conv
>= "v0.13.0"
-
ppx_here
>= "v0.13.0"
-
ppx_deriving_yojson
>= "3.5.2"
-
ppx_import
>= "1.7.1" & < "2.0"
-
ounit2
>= "2.2.3"
-
uint
>= "2.0.1"
-
ppx_deriving_protobuf
>= "2.7"
-
bos
>= "0.2.0"
-
yojson
>= "1.7.0"
-
pcre
>= "7.4.3"
-
not-ocamlfind
>= "0.01"
-
camlp5
= "8.00~alpha01"
-
ocaml
>= "4.10.0" & < "4.11.0"
Dev Dependencies
None
Used by (1)
-
GT
>= "0.5.3"
Conflicts
None