A fork of luasyslog by Nicolas Casalini.
The implemented enhancements include Lua 5.2 and 5.3 support, a revamped build system and proper module encapsulation.
If you use luarocks:
luarocks install --server=http://luarocks.org/manifests/ntd luasyslog
The project uses autotools, so if you want to manually build it from the
repository you need autoconf, automake and libtool installed. Remember
to generate configure beforehand by running autogen.sh.
./autogen.sh
./configure
make
make install # Possibly as root
The main Makefile.am provides the additional rock target for
building the .src.rock package (luarocks is required):
make rock