diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2014-06-07 08:06:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-12 06:51:40 +0700 |
commit | 3a519f6e4bfc88774f66ea240b6738c0f9c3513c (patch) | |
tree | 46d6e13ef329c7bb343ae7d35d7a01bcd615b563 /libraries/lua-cmsgpack/README | |
parent | 3cf229dff85475f025868e93e685efe3215b510b (diff) | |
download | slackbuilds-3a519f6e4bfc88774f66ea240b6738c0f9c3513c.tar.gz |
libraries/lua-cmsgpack: Added (Lua bindings for MessagePack).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/lua-cmsgpack/README')
-rw-r--r-- | libraries/lua-cmsgpack/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/lua-cmsgpack/README b/libraries/lua-cmsgpack/README new file mode 100644 index 0000000000..925e8a1d66 --- /dev/null +++ b/libraries/lua-cmsgpack/README @@ -0,0 +1,2 @@ +Lua-cmsgpack is a MessagePack implementation and bindings for Lua 5.1/5.2 in a +self contained C file without external dependencies. |