Hi Hisham, These are two little packages that people may find useful.
stringio is actually part of Penlight, but it's self-contained and generally useful (I'm submitting this as requested by Alexander). It can open a string as a file-like object and I've tried to reproduce the correct semantics of the built-in Lua file object; very useful for testing and the 'string builder' pattern. microlight is the 'micro' edition of Penlight, which came out of a collaboration between myself, Dirk Laurie and Jay Carlson. It's an attempt at 'library golf' where we tried to pack as much generally useful functionality into 30 odd functions. It's useful for rock authors who simply want a table stringifier, or a string splitter, without pulling in the whole of a Big Library (the trend these days is back towards small-and-focused) steve d.
stringio-1.0-1.rockspec
Description: Binary data
microlight-1.0-1.rockspec
Description: Binary data
------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________ Luarocks-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/luarocks-developers
