lua-users home
lua-l archive

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


> > >On Wed, 14 Jan 2015 15:03:49 +0200
> > >Dirk Laurie <dirk.laurie@gmail.com> wrote:

> > 2015-01-14 14:51 GMT+02:00 Timm S. Mueller <tmueller@schulze-mueller.de>:
> > 
> > > a serialization and deserialization library. Requirements:
> > >
> > > - must cover Lua 5.1, 5.2, 5.3 and LuaJIT
> > 
> > You mean, Lua 5.3's string.pack/unpack would be taboo?

> No. What I mean is that it must cover Lua 5.1, 5.2, 5.3 and LuaJIT.

> - Timm

We used Luiz' lpack library http://webserver2.tecgraf.puc-rio.br/~lhf/ftp/lua/#lpack for a Lua 5.1 project and when I recently upgraded the project to Lua 5.3, it continued to work fine with no modifications.  I haven't used LuaJIT, so I can't speak for that.  

Based upon the pack / unpack functionality in Lua 5.3, I'm guessing that it is based upon Luiz' original library.

- Jim