A pretty-printing combinator library for OCaml
- OCaml 95.7%
- Makefile 3.5%
- CSS 0.8%
| benchmark_new | ||
| benchmark_old | ||
| blog | ||
| mini | ||
| src | ||
| test | ||
| .exclude | ||
| .gitignore | ||
| AUTHORS.md | ||
| CHANGES.md | ||
| dune-project | ||
| header | ||
| LICENSE | ||
| Makefile | ||
| pprint.opam | ||
| README.md | ||
| TODO.md | ||
PPrint: a Pretty-Printing Toolbox
PPrint is an OCaml library for pretty-printing textual documents. It
takes care of indentation and line breaks, and is typically used to
pretty-print code.
To install the latest released version, type opam install pprint.