3 Commits

Author SHA1 Message Date
jasper
6884520ccf - update to msgpack-2.1.3 2017-06-16 18:55:07 +00:00
jasper
86031fd4bd update to msgpack-2.1.2 2017-06-11 16:15:51 +00:00
jasper
f69477144e import msgpack-2.0.0
MessagePack is an efficient binary serialization format, which lets you
exchange data among multiple languages like JSON, except that it's
faster and smaller. Small integers are encoded into a single byte while
typical short strings require only one extra byte in addition to the
strings themselves.

initial port by edd@
OK edd@
2016-12-21 19:17:14 +00:00