msgpckversion

Fast MessagePack (http://msgpack.org) library

msgpck is written in pure OCaml.

MessagePack is an efficient binary serialization format. It lets you exchange data among multiple languages like JSON. But it's faster and smaller. Small integers are encoded into a single byte, and typical short strings require only one extra byte in addition to the strings themselves.

AuthorVincent Bernardoff <vb@luminar.eu.org>
LicenseISC
Published
Homepagehttps://github.com/vbmithr/ocaml-msgpck
Issue Trackerhttps://github.com/vbmithr/ocaml-msgpck/issues
MaintainerVincent Bernardoff <vb@luminar.eu.org>
Dependencies
Source [http] https://github.com/vbmithr/ocaml-msgpck/archive/1.4.tar.gz
md5=13831d57c730b35ab517984d855ec6c0
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/msgpck/msgpck.1.4/opam
Optionally used by