wok view meson/description.txt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
parents
children a5f1c40a8984
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, Visual Studio
12 and others
13 - supported languages include C, C++, D, Fortran, Java, Rust
14 - build definitions in a very readable and user friendly non-Turing complete DSL
15 - cross compilation for many operating systems as well as bare metal
16 - optimized for extremely fast full and incremental builds without sacrificing
17 correctness
18 - built-in multiplatform dependency provider that works together with distro
19 packages