Awesome
ninjal
Combine Lua or C modules and the Lua interpreter into one static binary using Ninja cross-platform build system
Usage
Use config.yaml
Dependencies
-
ninjag
This is tool for convertingyaml
configuration file toninja
make file.
Just dopip install ninjag
will give you a command line toolninjag
. -
ninja build system
This is a truly cross-platform build system with just a single binary for each
platform (Linux, Mac, and Windows). It is replacement of the Make build system. Fast and reliable. -
Lua/Luajit
I don't want to include the binary for Lua in the repository since
everyone probably have there favorite lua binary already.
License
MIT/X11 (c) Steven(Yuhang) Wang, 2017