-- Direct-build descriptor: compiles this pack into a custom, statically linked -- `recall` binary. `luamods`/`c_libs` are the SHARED lilush module groups this -- pack depends on (hand-maintained); the pack's OWN modules (recall, recall.*) -- are auto-scanned from the repo tree by buildgen/generate.lua. -- -- Build with, from a lilush checkout: -- ./build.bash --pack --ref --name recall return { binary = "recall", luamods = { "std", "dns", "crypto", "mneme", "lev" }, c_libs = { "cjson", "std", "crypto", "lev", "mneme", "litls" }, start_code = { START_CODE = "start.lua", }, }