Easy-format
A small library (a module in fact) that is meant
to make it easy to produce pretty-printed text.
The data to be printed goes through a tree that carries all the
information required for pretty-printing. After that, a single call to
Easy_format.Pretty.to_stdout (for instance) outputs the indented result.
[ Homepage ]
| Author: | Martin Jambon. |
| Last modification date: | 10-Jul-2008 |
| Version: | 0.9.0 |
| Development status: | Beta |
| Kind: | Libraries :: Native OCaml libraries |
| License: | Open Source :: BSD |
| Topic: | General purpose libraries :: Strings manipulation |
| Homepage: | http://martin.jambon.free.fr/easy-format.html |