caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Anton Lavrik <alavrik@piqi.org>
To: caml-list@inria.fr
Subject: [Caml-list] [ANN] Piqi-0.5.6 released
Date: Fri, 12 Aug 2011 00:10:06 -0500	[thread overview]
Message-ID: <CAPfYEZzGV64S1N3akY-D3xP5sq8Q4UNAss255fEnSEOkZ=J5ZQ@mail.gmail.com> (raw)

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


                 reply	other threads:[~2011-08-12  5:10 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='CAPfYEZzGV64S1N3akY-D3xP5sq8Q4UNAss255fEnSEOkZ=J5ZQ@mail.gmail.com' \
    --to=alavrik@piqi.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).