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.
Author | Vincent Bernardoff <vb@luminar.eu.org> |
---|---|
License | ISC |
Published | |
Homepage | https://github.com/vbmithr/ocaml-msgpck |
Issue Tracker | https://github.com/vbmithr/ocaml-msgpck/issues |
Maintainer | Vincent Bernardoff <vb@luminar.eu.org> |
Dependencies |
|
Source [http] | https://github.com/vbmithr/ocaml-msgpck/archive/1.1.tar.gz sha256=8533332d14cd8b46d722b90e97d846e0bd17234f04d31ccb36aa0da2d5d8fe5f md5=c0f16c130ff8329038e7c77326486eea |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/msgpck/msgpck.1.1/opam |
Required by
- ppx_protocol_convwith-test & <3.1.0
Optionally used by
- wamp>=1.0 & <1.2