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.5/msgpck-1.5.tbz
sha256=c29b85458c6ce1ed141877ebe15d71f7d0c6051a2890f5157b242b3eb6b570a0
sha512=96e1cd55b2e68d082b48b760beb7efcb48b481f75a65778ba498f79c879cea7a2841aea3b0fb49284131ae9a9558faa7589e4b02b8959094be755ed1872ba850
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/msgpck/msgpck.1.5/opam
Optionally used by