Lito: A C++ Modules Build System and Package Manager
The world has suffered CMake for far too long. Writing C++ means I like flexibility, but that does not mean the build system should be chaotic. Quite the opposite: the flexibility of C++ calls for subtraction, and its build system needs subtraction even more. Lito is a module-first package manager for C++, and also a build system. It is written with C++20 Modules, takes its overall design inspiration from Cargo, and uses lua for scripting. ...