caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Daniel Bünzli" <daniel.buenzli@erratique.ch>
To: OCaml List <caml-list@inria.fr>
Cc: Drup <drupyog@zoho.com>
Subject: [Caml-list] [ANN] fmt 0.7.0
Date: Thu, 17 Sep 2015 14:19:37 +0100	[thread overview]
Message-ID: <CD2391EC1D2D4888876915D4D91479D8@erratique.ch> (raw)

Hello, 

I'd like to announce the first release of fmt which should be available shortly in opam. 

Quickly, the Format module is a good tool for pleasant printf debugging, installing custom printers for your types in the toplevel or rendering text for command line tools. However the API is terrible and very verbose. 

Fmt simply provides you a few combinators and shortcuts to quickly devise your own pretty-printers and dump the data structures of the standard library.

Here's the blurb:

  Fmt exposes combinators to devise `Format` pretty-printing functions.

  Fmt depends only on the OCaml standard library. The optional Fmt_tty 
  library that allows to setup formatters for terminal color output depends 
  on the Unix library. Fmt is distributed under the BSD3 license.

Home page: http://erratique.ch/software/fmt
API docs: http://erratique.ch/software/fmt/doc/index.html

Thanks to Gabriel Radanne for his feedback and patches.

Best,

Daniel





                 reply	other threads:[~2015-09-17 13:19 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=CD2391EC1D2D4888876915D4D91479D8@erratique.ch \
    --to=daniel.buenzli@erratique.ch \
    --cc=caml-list@inria.fr \
    --cc=drupyog@zoho.com \
    /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).