pa_ppx_migrateversion
A PPX Rewriter for Migrating AST types (written using Camlp5)
This is a PPX Rewriter for generating "migrations" like those written by-hand (with some automated support) in "ocaml-migrate-parsetree". The goal here is that the input to the automated tool is the minimum possible, with no need for human massaging of output from the tool.
There are two examples: a small one (in a unit-test) and a full set of migrations from Ocaml's AST 4.02 all the way up to 4.11, with all the intermediate ASTs, and migrations forward as well as backward.
Author | Chet Murthy |
---|---|
License | BSD-3-Clause |
Published | |
Homepage | https://github.com/camlp5/pa_ppx_migrate |
Issue Tracker | https://github.com/camlp5/pa_ppx_migrate/issues |
Maintainer | Chet Murthy <chetsky@gmail.com> |
Dependencies |
|
Source [http] | https://github.com/camlp5/pa_ppx_migrate/archive/0.07.02.tar.gz sha512=e5fda29951f18c13b46ac5ed096d5d1a40957a47badeb0c23abded0eb5abcc0c7b71c6803afec8da5af96d82533b8c9064908a096d4edd04557203f1549f34bd |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/pa_ppx_migrate/pa_ppx_migrate.0.07.02/opam |
Required by
- pa_ppx_ag<0.08
- pa_ppx_hashconswith-test & <0.08
- pa_ppx_q_astwith-test & <0.08
- pa_ppx_uniquewith-test & <0.08