Description
Authors of PPX rewriters can use shared utilities for parsing, transforming, and emitting OCaml syntax. This helps compiler-extension projects avoid rebuilding the same syntactic tooling.
It is a development support library for tool authors. Normal users usually receive it as a dependency of PPX packages.