local mp = require 'MessagePack'
mpac = mp.pack(data)
data = mp.unpack(mpac)You can use LuaRocks to install lua-MessagePack:
$ luarocks install lua-messagepack
or from the source, with:
$ make install
It is a pure Lua implementation, without any dependency.
Copyright (c) 2012-2018 Francois Perrad
This library is licensed under the terms of the MIT/X11 license, like Lua itself.


