On 8 July 2013 13:04, lua 4web <lua4...@gmail.com> wrote:
> Hi,
>
> refser is yet another table serialization library. It can save trivial
> Lua types into strings and load them back. It is written in C and
> works both with Lua 5.1 and Lua 5.2.
> Main feature of refser is that it handles shared subtables correctly:
>
> x = {}
> x[x] = x
> y = refser.load(refser.save(x))
> assert(y == y[y]) -- OK
>
> Here is the rockspec:
>
> http://raw.github.com/lua4web/refser/master/refser-0.1-1.rockspec

Uploaded, thank you!

-- Hisham
http://hisham.hm/

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to