diff options
Diffstat (limited to 'libraries/lua-mpack/README')
-rw-r--r-- | libraries/lua-mpack/README | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/libraries/lua-mpack/README b/libraries/lua-mpack/README index 0259311b02..82b6c50b30 100644 --- a/libraries/lua-mpack/README +++ b/libraries/lua-mpack/README @@ -1,2 +1,6 @@ -lua-mpack is a small binary serialization/RPC library that implements -both the msgpack and msgpack-rpc specifications for lua. +lua-mpack is a small binary serialization/RPC library that +implements both the msgpack and msgpack-rpc specifications for +lua. + +This build picks up lua51 if it is present and builds the lua51 +extension in addition to the default 5.4 one. |