[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: tweaking luac to compile all required .lua files
- From: steve donovan <steve.j.donovan@...>
- Date: Tue, 29 Oct 2013 13:29:52 +0200
On Tue, Oct 29, 2013 at 11:58 AM, Mateusz Czaplinski
<czapkofan@gmail.com> wrote:
> uh, oh, you know, the others were totally Not Invented Here... :/ but in
> hobby projects, reinventing the wheel is permitted! :)
I rather like Jay Carlson's soar (stands for 'Source Archive'), which
he wrote because Squish was too complicated for him:
http://lua-users.org/lists/lua-l/2012-02/msg00609.html
Used it successfully in luabuild and ldeb, where it's both used to
identify external dependencies (it can do both static and dynamic
analysis) and the actual packing.
https://github.com/stevedonovan/luabuild/blob/master/tools/soar.lua
steve d.