lua-users home
lua-l archive

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


lua_bufflib is a library for string buffers in Lua.

lua_bufflib lives on GitHub[1], with documentation at [2]. It can be
installed with `luarocks install lua_bufflib` (it may take some time
before this version is uploaded to the rocks server).

Version 0.2.1 slightly improves the stringop function (used to call
string methods on Buffers) by inserting the string function and the
string contents before the arguments instead of re-pushing the
arguments after them.

This version also includes a Unix build script that compiles the
library using GNU Libtool.

I've attached the rockspec, which can be used to install the new
version before it's uploaded to the rocks server.

Regards,
Choonster

[1] https://github.com/Choonster/lua_bufflib
[2] http://choonster.github.io/lua_bufflib/

Attachment: lua_bufflib-0.2.1-1.rockspec
Description: Binary data