[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: technique/script to bundle many Lua modules into one source?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 11 Jan 2021 17:30:57 -0300
> 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