package pa_ppx_migrate

  1. Overview
  2. No Docs
A PPX Rewriter for Migrating AST types (written using Camlp5)

Install

Dune Dependency

Authors

Maintainers

Sources

0.07.02.tar.gz
sha512=e5fda29951f18c13b46ac5ed096d5d1a40957a47badeb0c23abded0eb5abcc0c7b71c6803afec8da5af96d82533b8c9064908a096d4edd04557203f1549f34bd

Description

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.

Published: 18 Jan 2021

Dependencies (9)

  1. bos >= "0.2.0"
  2. pcre >= "7.4.3"
  3. not-ocamlfind >= "0.01"
  4. pa_ppx >= "0.07.02"
  5. camlp5 >= "8.00"
  6. conf-perl-string-shellquote
  7. conf-perl-ipc-system-simple
  8. conf-perl
  9. ocaml >= "4.10.0" & < "4.13.0"

Dev Dependencies (1)

  1. ounit with-test

Used by (4)

  1. pa_ppx_ag < "0.08"
  2. pa_ppx_hashcons < "0.08"
  3. pa_ppx_q_ast < "0.08"
  4. pa_ppx_unique < "0.08"

Conflicts

None