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