lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi, list!

I've released version 0.1.1 of Luabins library. This is a bugfix
release to fix handling of holes in the array part of tables.

Luabins is a small and simple library called "luabins" to serialize
and unserialize trivial Lua values (including tables) into arbitrary
binary data format.

Luabins is hosted at GitHub: http://github.com/agladysh/luabins/

You may download release 0.1.1 here:

http://github.com/agladysh/luabins/raw/tarball-0.1.1/luabins-0.1.1.tar.gz

Or you may browse sources online: http://github.com/agladysh/luabins/tree/v0.1.1

Questions and critique are welcome!

Alexander.