Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 391 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 391 Bytes

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.

Here is the documentation of the latest released version.