package easy-format
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=1dbf051e9f68574dde6e2e254a66b9c524ca425e80b36e99af96ed964ab610c3
sha512=90264864dde4cbf51f60fb5c21cf033e11bdeb662e76b62ce27b496c298ca9102174885ed7a6d29a6b8e43089e27d5bb5be247f88d9739c15cfd8470fec29d33
CHANGES.md.html
1.3.4 (2022-06-03)
Nix/Esy compatibility (#29)
1.3.3 (2022-04-27)
OCaml 5.0 compatibility (#27)
1.3.2 (2019-08-02)
Port from jbuilder to dune. (#24)
Port to opam 2.0 and make dune a non build dependency (#25)
1.0.1 (2012-02-03)
Nothing new other than the way of building the tar.gz package.
2008-07-13: Release 1.0.0, slightly incompatible with 0.9.0
Incompatibilities:
Deprecated use of Easy_format.Param. Instead, inherit from Easy_format.list, Easy_format.label or Easy_format.atom.
Atom nodes have now one additional argument for parameters.
All record types have been extended with more fields. Using the "with" mechanism for inheritance is the best way of limiting future incompatibilities.
New features:
Support for separators that stick to the next list item
More wrapping options
Added Custom kind of nodes for using Format directly or existing pretty-printers
Support for markup and escaping, allowing to produce colorized output (HTML, terminal, ...) without interfering with the computation of line breaks and spacing.
0.9.0 (2008-07-09)
Initial release