Description
Provides a lean pretty-printing library for OCaml as an alternative to the standard Format module. Developers use it to build readable formatted output while keeping the dependency small and focused.
Use it when an OCaml project depends on PP or wants a compact formatting layer. It is a library, not a standalone document formatter.