$ luarocks install eluaA simple implementation of a Lua equivalent of ERB.
This depends on `load`, so any Lua environment that can't eval code will not
work for this (such as a hypothetical build of lua that only includes the
bytecode interpreter and not the parser, or a setup that prevents using `load`
for security purposes).
Versions
Dependencies
lua>=5.1