summary
provide null type for Lua.
license
LGPL version 3, see LICENSE and source
prerequisites
installation
luarocks
# luarocks install null
make
compatible with *NIX systens, supposed to works on windows. You only need to edit some vars on makefile, for basic instalation use:
# make
if you have upx use this for better output.
# make release
for cleanup
# make clean
tests
run busted, see spec folder