Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.23 KB

File metadata and controls

43 lines (30 loc) · 1.23 KB

MessagePack for Lua (spec v5)

Build Status Coverage Status Licence Dependencies

local mp = require 'MessagePack'
mpac = mp.pack(data)
data = mp.unpack(mpac)

Install

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.

Links

Copyright and License

Copyright (c) 2012-2018 Francois Perrad rank

This library is licensed under the terms of the MIT/X11 license, like Lua itself.