wok view meson/description.txt @ rev 25503

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (15 months ago)
parents 5c73e095788a
children
line source
1 Meson is an open source build system meant to be both extremely fast,
2 and, even more importantly, as user friendly as possible.
4 The main design point of Meson is that every moment a developer spends
5 writing or debugging build definitions is a second wasted.
6 So is every second spent waiting for the build system to actually start
7 compiling code.
9 Features
11 - multiplatform support for Linux, macOS, Windows, GCC, Clang,
12 Visual Studio and others
13 - supported languages include C, C++, D, Fortran, Java, Rust
14 - build definitions in a very readable and user friendly non-Turing
15 complete DSL
16 - cross compilation for many operating systems as well as bare metal
17 - optimized for extremely fast full and incremental builds without
18 sacrificing correctness
19 - built-in multiplatform dependency provider that works together with
20 distro packages