package msgpck
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=55116ee64e5d5f585714a3dbb8e68196aaf4fb1c35402f46be0d72d6c7ef0a9d
md5=13831d57c730b35ab517984d855ec6c0
Description
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.
Published: 28 Apr 2018
README
msgpck — msgpack library for OCaml
%%VERSION%%
msgpck is TODO
msgpck is distributed under the ISC license.
Homepage: https://github.com/vbmithr/ocaml-msgpck Contact: Vincent Bernardoff <vb@luminar.eu.org>
Installation
msgpck can be installed with opam
:
opam install msgpck
If you don't use opam
consult the opam
file for build instructions.
Documentation
The documentation and API reference is automatically generated by ocamldoc
from the interfaces. It can be consulted online and there is a generated version in the doc
directory of the distribution.
Sample programs
If you installed msgpck with opam
sample programs are located in the directory opam config var msgpck:doc
.
In the distribution sample programs and tests are located in the test
directory of the distribution. They can be built with:
ocamlbuild -use-ocamlfind test/tests.otarget
The resulting binaries are in _build/test
.
test.native
tests the library, nothing should fail.
Dependencies (3)
-
ocplib-endian
>= "1.0"
-
jbuilder
>= "1.0+beta8"
-
ocaml
>= "4.02.0"
Dev Dependencies
None
Used by (4)
- decoders-msgpck
-
ppx_protocol_conv
< "3.1.0"
-
ppx_protocol_conv_msgpack
< "5.2.0"
- wamp-msgpck
Conflicts
None