diff options
author | Mario Preksavec <mario at slackware dot hr> | 2015-04-17 07:08:17 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-17 07:08:17 +0700 |
commit | 72a0102893cba38002427f9abe55a07343e9cf66 (patch) | |
tree | 7bc37688472647cb3d072fb50b4e6deb4e19610f /ruby/rubygem-msgpack/slack-desc | |
parent | 4bd1cb7ecd8f4d8b5304c673770112c64b6fcf31 (diff) | |
download | slackbuilds-72a0102893cba38002427f9abe55a07343e9cf66.tar.gz |
ruby/rubygem-msgpack: Added (object serialization library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ruby/rubygem-msgpack/slack-desc')
-rw-r--r-- | ruby/rubygem-msgpack/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/ruby/rubygem-msgpack/slack-desc b/ruby/rubygem-msgpack/slack-desc new file mode 100644 index 0000000000..42f7d25a47 --- /dev/null +++ b/ruby/rubygem-msgpack/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +rubygem-msgpack: rubygem-msgpack (object serialization library) +rubygem-msgpack: +rubygem-msgpack: MessagePack is a binary-based efficient object serialization library. +rubygem-msgpack: It enables to exchange structured objects between many languages like +rubygem-msgpack: JSON. But unlike JSON, it is very fast and small. +rubygem-msgpack: +rubygem-msgpack: Homepage: http://msgpack.org/ +rubygem-msgpack: +rubygem-msgpack: +rubygem-msgpack: +rubygem-msgpack: |