I have two new rocks for submission:

*Say*, a key/value string store meant for internationalization:
https://raw.github.com/Olivine-Labs/say/master/say-1.0-1.rockspec

example:
s = require "say"

s.set_namespace("en")
s:register("key", "value")

s:set_namespace("es")
s:register("key", "cosa")

s:get("key") -- "cosa"

s:set_namespace("en")
s:get("key") -- value"

Say acts as a global key/store, so different libs can load say and read /
overwrite the same keys.


*Luassert*, extended asserts for lua:
https://raw.github.com/Olivine-Labs/luassert/master/luassert-1.0-1.rockspec(pulled
out of busted <
http://olivinelabs.com/busted>)

Examples for Luassert can be found in busted documentation. Depends on
*say* for
internationalization of error messages.

Thanks!

Jack
------------------------------------------------------------------------------
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

Reply via email to