← All repos

ocaml-migrate-parsetree

DEPRECATED. See https://ocaml.org/changelog/2023-10-23-omp-deprecation. Convert OCaml parsetrees between different major versions

ocamllabs
Browse cluster: OCaml Systems and Utilities
309commits
23contributors
2languages

Tech stack & purpose

OCaml-migrate-parsetree is a library for converting OCaml parsetrees between different major versions, supporting versions 4.02 through 4.13. The project is now deprecated in favor of ppxlib. It is written in OCaml and provides AST snapshots and bidirectional migration modules for each supported version, with forward conversions being total and backward conversions partial. The project uses Cinaps for code generation and includes tools like gencopy for semi-automatically generating conversion functions between adjacent OCaml versions.

Languages

OCaml
100.0%
Makefile
0.0%

Contributors