SCons-like build system that uses Python as a front-end language and Ninja as a building backend. More information: https://mesonbuild.com/Commands.html.
meson init {{[-l|--language]}} c {{[-n|--name]}} {{myproject}} --version {{0.1}}
builddir with default values:meson setup {{build_dir}}
meson compile -C {{path/to/build_dir}}
meson test
meson {{[-h|--help]}}
meson {{[-v|--version]}}