diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2014-06-07 08:12:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-12 06:51:41 +0700 |
commit | 02f91843a483124c963928c5286a96836e15e174 (patch) | |
tree | 089a0f239bddf853aa008c53cc27aa750929ebcc /libraries/msgpack-c/README | |
parent | 66b269bafa4d7c6277df3fd4cbb6f4ae70ae5708 (diff) | |
download | slackbuilds-02f91843a483124c963928c5286a96836e15e174.tar.gz |
libraries/msgpack-c: Added (C/C++ impelmentation of MessagePack).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/msgpack-c/README')
-rw-r--r-- | libraries/msgpack-c/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/msgpack-c/README b/libraries/msgpack-c/README new file mode 100644 index 0000000000..a773af1661 --- /dev/null +++ b/libraries/msgpack-c/README @@ -0,0 +1,3 @@ +MessagePack is an efficient binary serialisation format that lets you exchange +data among multiple languages like JSON. msgpack-c is a C and C++ +implementation of MessagePack. |