mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-22 08:26:35 +01:00
22 lines
573 B
Markdown
22 lines
573 B
Markdown
![]() |
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
|
||
|
|
||
|
DOCUMENT
|
||
|
------------------------------
|
||
|
http://mzp.github.com/msgpack-ocaml/refman
|