Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fpottier/pprint

A pretty-printing combinator library for OCaml
https://github.com/fpottier/pprint

Last synced: 20 days ago
JSON representation

A pretty-printing combinator library for OCaml

Awesome Lists containing this project

README

        

# 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](http://cambium.inria.fr/~fpottier/pprint/doc/pprint/).