mirror of
https://github.com/msgpack/msgpack-c
synced 2026-06-08 16:11:40 +00:00
MsgPack for OCaml
OVERVIEW
MessagePack(http://msgpack.org)のOCaml版ライブラリです。 シリアライズしたものをデシリアライズすると元にもどることがCoqによって保証されています。
REQUIRE
- extlib http://code.google.com/p/ocaml-extlib/
- Coq 8.3 http://coq.inria.fr
BUILD & INSTALL
$ omake
$ omake install