muon

Fast, lightweight Meson-compatible build system written in Rust.

brewmacoslinux
Try with needOr install directly
Source

About

Meson-compatible build system

Commands

muon

Examples

build a project from source code$ muon build
set up a build directory for compilation$ muon setup builddir
install compiled binaries and libraries$ muon install -C builddir
run tests for a project$ muon test -C builddir
display help and available commands$ muon --help