> I've been asked to simplify distribution of some of my software, which
> relies on a library of a couple of hundred Lua modules. I'm hoping to
> distribute code by bundling each key script into a single Lua file,
> which will include the source code for every module that would
> otherwise be (transitively) loaded by `require`.
See
http://lua-users.org/lists/lua-l/2014-02/msg00025.html and the
messages in that thread