Skip to content

vbmithr/ocaml-msgpck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6cb1687 · Jun 8, 2021

History

73 Commits
Jun 8, 2021
Jun 7, 2021
Jun 7, 2021
Mar 20, 2021
Mar 20, 2021
Jun 4, 2021
Aug 9, 2016
Jun 7, 2021
Jun 8, 2021
Jan 10, 2020
Jan 11, 2020
Jun 7, 2021

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.