Skip to content

vbmithr/ocaml-msgpck

Repository files navigation

msgpck — msgpack library for OCaml

%%VERSION%%

Build

msgpck is a pure OCaml implementation of msgpack serialization and deserialization.

msgpck is distributed under the ISC license.

Homepage: https://github.com/vbmithr/ocaml-msgpck Contact: Vincent Bernardoff <vb@luminar.eu.org>

Documentation: https://vbmithr.github.io/ocaml-msgpck/doc/

Installation

msgpck can be installed with opam:

opam install msgpck

If you don't use opam consult the opam file for build instructions.