Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fpottier/pprint
- Owner: fpottier
- License: other
- Created: 2015-03-16T12:50:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T19:25:12.000Z (3 months ago)
- Last Synced: 2024-10-13T21:34:33.502Z (about 1 month ago)
- Language: OCaml
- Size: 236 KB
- Stars: 47
- Watchers: 3
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
- Authors: AUTHORS.md
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/).