scintill / lua-MessagePack-mirror

Home Page:https://framagit.org/fperrad/lua-MessagePack.git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lua-MessagePack : a pure Lua implementation (spec v5)

Introduction

MessagePack is an efficient binary serialization format.

It lets you exchange data among multiple languages like JSON but it's faster and smaller.

It's a pure Lua implementation, without dependency.

And it's really fast with LuaJIT.

Links

The homepage is at https://fperrad.frama.io/lua-MessagePack/, and the sources are hosted at https://framagit.org/fperrad/lua-MessagePack/.

Copyright and License

Copyright (c) 2012-2019 Francois Perrad

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

About

https://framagit.org/fperrad/lua-MessagePack.git

License:Other


Languages

Language:Lua 96.9%Language:Makefile 3.1%