caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] [ANN] fmt 0.7.0
@ 2015-09-17 13:19 Daniel Bünzli
  0 siblings, 0 replies; only message in thread
From: Daniel Bünzli @ 2015-09-17 13:19 UTC (permalink / raw)
  To: OCaml List; +Cc: Drup

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





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-09-17 13:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-17 13:19 [Caml-list] [ANN] fmt 0.7.0 Daniel Bünzli

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