package msgpck

  1. Overview
  2. Docs
Fast MessagePack (http://msgpack.org) library

Install

Dune Dependency

Authors

Maintainers

Sources

1.4.tar.gz
sha256=55116ee64e5d5f585714a3dbb8e68196aaf4fb1c35402f46be0d72d6c7ef0a9d
md5=13831d57c730b35ab517984d855ec6c0

doc/CHANGES.html

v1.4 2018-04-27 Paris

  • compile in dev mode (removed dead code and unused variables)
  • add optional Msgpck_repr module compatible with ocplib-json-typed
  • tests: switch to alcotest
  • add compare and equal functions
  • bugfix: uint64 were previously written as int64

v1.3 2017-05-17 Paris

  • Add read_all function.
  • Better error messages on unpack.
  • Add format based pretty-printers.
  • BUILD: switch to jbuilder.

v1.2 2017-03-06 Paris

  • BUGFIX: fix reading signed integers.

v1.1 2017-02-21 Paris

  • Add documentation.
  • Drop dependency to ppx (and sexplib).
  • Function to_string' now uses size' and allocate a string of the exact required length.
  • Add function `size'.

v1.0 2016-08-31 Paris

First release.

OCaml

Innovation. Community. Security.