package msgpck-repr

  1. Overview
  2. Docs
Fast MessagePack (http://msgpack.org) library -- ocplib-json-typed interface

Install

Dune Dependency

Authors

Maintainers

Sources

msgpck-1.6.tbz
sha256=e1050dfe8f9deb305df28de50e3fed6f533c396065a086320cbd5e6a6eedbd65
sha512=a7daf208f5e493b75c1f2456554fcf2a14902ecc9107e19d362726a3d6d944f79e2c854483f6392e9df4c30ae88c3a216a17f1bdb9f592f4909fa1f1804d677d

Description

Interface between msgpck and ocplib-json-typed.

Published: 22 Mar 2021

README

msgpck — msgpack library for OCaml

1.6

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>

Installation

msgpck can be installed with opam:

opam install msgpck

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

Dependencies (4)

  1. ocaml >= "4.08.0"
  2. ocplib-json-typed >= "0.7.1"
  3. msgpck = version
  4. dune >= "1.11.4"

Dev Dependencies

None

Used by

None

Conflicts

None