slackbuilds_ponce/ruby/rubygem-msgpack/README
Mario Preksavec 72a0102893 ruby/rubygem-msgpack: Added (object serialization library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-04-17 07:08:17 +07:00

3 lines
190 B
Text

MessagePack is a binary-based efficient object serialization library. It
enables to exchange structured objects between many languages like JSON. But
unlike JSON, it is very fast and small.