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.

Tags messagepack msgpack binary serialization
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/releases/download/1.7/msgpck-v1.7.tbz
sha256=ff7065bf590af502a1b1622ff3b5280805c122033d68cf6b53da32c31ecb5f5d
sha512=7d71baa9614f890f669bb52181a295e51d6735ab9786fd7bc69c123721f801232a314ec98b8e59ccf8d2c1541f8fcc084ebf1d47189fd45632621c4a246d0368
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/msgpck/msgpck.1.7/opam
Optionally used by