[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] 'xtable' module updated to 5.3, 64-bit
- From: Dirk Laurie <dirk.laurie@...>
- Date: Fri, 4 Sep 2015 21:24:53 +0200
2015-09-04 20:43 GMT+02:00 Hisham <h@hisham.hm>:
> On 31 August 2015 at 06:36, Dirk Laurie <dirk.laurie@gmail.com> wrote:
>> 'xtable' provides generic functions for table manipulation, at
>> a lower level than the standard table library.
>>
>> - Table accesses are raw.
>> - Block get/set/move functions that can access data in reverse
>> order and recycle values.
>> - A stable sort routine.
>> - Some vararg manipulators: cache, iter, keep, map, collect.
>>
>> Only change since previous commit (two years ago) is that
>> -fPIC has been added to the compile flags and luaL_checkint
>> has everywhere been replaced by luaL_checkinteger. The
>> module now works with Lua 5.2 and 5.3 on my 64-bit system.
>
> Where is it?
Oops.
https://github.com/dlaurie/xtable
> Is it available on LuaRocks?
There is a certain amount of work necessary for putting
something on LuaRocks, which at present I shirk.