package pp
Pretty-printing library
Install
Dune Dependency
Authors
Maintainers
Sources
pp-1.1.2.tbz
sha256=e4a4e98d96b1bb76950fcd6da4e938c86d989df4d7e48f02f7a44595f5af1d56
sha512=58f78b083483006b40814be9aac33c895349eb1c6427d2762b4d760192613401262478bd5deff909763517560b06af7bf013c6a6f87d549aafa77b26345303f2
doc/CHANGES.html
1.1.2
- Add
of_fmt
to compose with existing pretty printers written inFormat
(#1, @Drup). - Use a tail-recursive
List.map
to fix a stack overflow issue (#3, @emillon) - Add
Pp.custom_break
(#4, @gpetiot) - Add
Ast
sub-module to expose a stable representation for serialization, allowing to do the rendering in another process (#6, @rgrinberg)
1.1.1
Replaced by 1.1.2 because of wrong URLs in opam file.
1.1.0
Replaced by 1.1.1 because of missing changelog entries.
1.0.1
- Fix compat with OCaml 4.04
1.0.0
- Initial release