caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Martin Jambon <martin.jambon@ens-lyon.org>
To: caml-list@inria.fr
Subject: Easy-format 1.0.0 (Re: [Caml-list] New library: Easy-format 0.9.0)
Date: Sun, 13 Jul 2008 18:27:47 +0200 (CEST)	[thread overview]
Message-ID: <Pine.LNX.4.64.0807131814200.16200@martin.ec.wink.com> (raw)
In-Reply-To: <Pine.LNX.4.64.0807091931090.2613@martin.ec.wink.com>

I've just released a richer version of Easy-format.
The main URL is still http://martin.jambon.free.fr/easy-format.html

It now offers the following additional features:

- Support for separators that stick to the next list item (e.g. "|")
- 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.

Easy-format now takes advantage of most features of the Format module, 
with the notable exception of tabulation boxes. I'd be curious so see any 
interesting use of tabulation boxes.


This release has slight incompatibilities with version 0.9.0 which was 
released earlier this week, simply because more options were added:

- 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.


Martin

--
http://mjambon.com/
http://wink.com/profile/mjambon
http://ocamlhackers.ning.com/profile/MartinJambon


      reply	other threads:[~2008-07-13 16:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-09 17:51 New library: Easy-format 0.9.0 Martin Jambon
2008-07-13 16:27 ` Martin Jambon [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.64.0807131814200.16200@martin.ec.wink.com \
    --to=martin.jambon@ens-lyon.org \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).