caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] [ANN] Piqi-0.5.6 released
@ 2011-08-12  5:10 Anton Lavrik
  0 siblings, 0 replies; only message in thread
From: Anton Lavrik @ 2011-08-12  5:10 UTC (permalink / raw)
  To: caml-list

Hello,

It is my pleasure to announce the new Piqi-0.5.6 release.

Piqi is a data serialization system for OCaml and Erlang. Starting
from this release, it supports 4 serialization formats: Google
Protocol Buffers, JSON, XML and Piq.

Some other new features include:

* An option to use OCaml arrays instead of lists for representing Piqi
lists and repeated fields.

* The ability to serialize arbitrary monomorphic OCaml types by
mapping them to already supported or defined Piqi types. This
mechanism can be used, for example, for serializing OCaml chars as
integers, bigints as decimal strings, or even "string
Map.Make(String).t" as list of {key, value} records.

* Support for “packed” binary encoding for primitive numeric types.
This is a compact encoding for representing repeated int, float or
bool values in Protocol Buffers.

* Windows builds using either Cygwin or MinGW.

Official announcement (it also includes links to examples):
http://piqi.org/blog/2011/08/11/piqi-0-5-6-released/
Full changelog: https://github.com/alavrik/piqi/blob/master/CHANGES
Downloads: http://piqi.org/downloads/

Your comments, suggestions and participation are welcome!

Anton


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

only message in thread, other threads:[~2011-08-12  5:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-12  5:10 [Caml-list] [ANN] Piqi-0.5.6 released Anton Lavrik

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