package pa_ppx_migrate
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
A PPX Rewriter for Migrating AST types (written using Camlp5)
Install
dune-project
Dependency
Authors
Maintainers
Sources
8.05.01.tar.gz
sha512=78e117c65a1ca43f160acf0254f18d76ea09bf829d0f097b794c708ff71ddffbfda0a4caa22cc880d15e890b57b8c929e3b01366d2f289034f6a5fff0e13550b
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 5.2.0, with all the intermediate ASTs, and migrations forward as well as backward.
Published: 23 May 2026
Dependencies (8)
-
bos
>= "0.2.0" - fmt
-
not-ocamlfind
>= "0.10" -
pa_ppx
>= "8.05.01" -
camlp5
>= "8.05.01" -
camlp5-buildscripts
>= "0.02" -
cppo
>= "1.6.9" -
ocaml
>= "4.10.0"
Dev Dependencies (1)
-
ounit
>= "2.2.7" & with-test
Used by (6)
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page