[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] Luabins 0.2
- From: Alexander Gladysh <agladysh@...>
- Date: Sun, 21 Feb 2010 05:04:42 +0300
Hi, list!
I'm happy to announce release of version 0.2 of my Luabins library.
Luabins is a small and simple library 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.2 here:
http://github.com/agladysh/luabins/raw/tarball-0.2/luabins-0.2.tar.gz
Or you may browse sources online: http://github.com/agladysh/luabins/tree/v0.2
Rockspec to install 0.2 with Luarocks:
http://github.com/agladysh/luabins/raw/master/rockspec/luabins-0.2-1.rockspec
SCM rockspec is here (unchanged):
http://github.com/agladysh/luabins/raw/master/rockspec/luabins-scm-1.rockspec
What's new in 0.2:
-- New, 2x faster luabins.save().
-- API to save data manually, without Lua (see write.h).
-- Added Luarocks rockspecs.
-- Fixed Makefile for Ubuntu.
Save format is unchanged.
Questions and critique are welcome!
Alexander.