Modules
| build.builtin | The builtin builder based on LuaRocks builtin. |
| build.toolchain.gnu | Implementation of the build.toolchain's functions for GNU. |
| build.toolchain | Common interface for build toolchains. |
| build.toolchain.msvc | Implementation of the build.toolchain's functions for MSVC. |
| build.toolchain.utils | Utilities for toolchain modules. |
| build.warn_interceptor | Interceptor for LuaRock's build backends that prints a warning message. |
| cli.analyse_deps | CLI for the deps_analyser module. |
| cli.build_rock | CLI for the builder. |
| cli.make | CLI for the make module. |
| cli.merge | CLI for the merger module. |
| cli.minify | CLI for the minifier module. |
| cli.wrapper | CLI for the wrapper module. |
| deps_analyser | Static analyser of dependencies between Lua modules. |
| fs | Utility functions for operations on a file system and paths. |
| init | The main module. |
| logging | The logging module. |
| lua_finder | Lua library finder. |
| luarocks | Facade for interaction with LuaRocks. |
| make | The main build module that handles complete process of building standalone executable. |
| merger | Lua modules merger. |
| minifier | Lua minifier - wrapper for LuaSrcDiet with simplified API. |
| optparse | Wrapper for the optparse module with some customizations. |
| pkgpath | Utility functions for package. |
| utils | General utility functions. |
| wrapper | Generator of a C "wrapper" for standalone Lua programs. |