

Meson
2 likes
Open source build system featuring multiplatform support, extremely fast full and incremental builds, cross-compilation for operating systems and bare metal, readable build files using a non-Turing complete DSL, and built-in dependency management.
Meson News & Activities
Highlights All activities
Recent News
- Fla published news article about Git
Git 3.0 to require Rust as a hard dependency for all buildsGit developers are proposing Rust as a mandatory dependency starting with version 3.0. The first st...
Recent activities
- Fla updated Meson
Meson information
What is Meson?
The main design point of Meson is that every moment a developer spends writing or debugging build definitions is a second wasted. So is every second spent waiting for the build system to actually start compiling code.
Features
- multiplatform support for Linux, OSX, Windows, Gcc, Clang, Visual Studio and others
- supported languages include C, C++, Fortran, Java, Rust
- build definitions in a very readable and user friendly non-turing complete DSL
- cross compilation for many operating systems as well as bare metal
- optimized for extremely fast full and incremental builds without sacrificing correctness
- built-in multiplatform dependency provider that works together with distro packages
- fun!




Comments and Reviews
Its simple, modern, and powerful.