package easy-format

  1. Overview
  2. Docs
High-level and functional interface to the Format module of the OCaml standard library

Install

Dune Dependency

Authors

Maintainers

Sources

easy-format-1.3.2.tbz
sha256=3440c2b882d537ae5e9011eb06abb53f5667e651ea4bb3b460ea8230fa8c1926
sha512=e39377a2ff020ceb9ac29e8515a89d9bdbc91dfcfa871c4e3baafa56753fac2896768e5d9822a050dc1e2ade43c8967afb69391a386c0a8ecd4e1f774e236135

CHANGES.md.html

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