package easy-format
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=eafccae911c26ca23e4ddacee3eaa54654d20f973b8680f84b708cef43adc416
sha512=611b3124f6a0ec6406b7bda8018a94c9c4a9da9d22495a5c34a6312bf7f0f0607a9529b276f7039ce3f3b15a955dac413d6d1229a55d5ac291302a3ddd5807e5
CHANGES.md.html
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