wok-6.x diff meson/description.txt @ rev 24448
firefox-official*: disable update by policy
author | Hans-G?nter Theisgen |
---|---|
date | Tue Feb 15 10:43:08 2022 +0100 (2022-02-15) |
parents | |
children | a5f1c40a8984 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/meson/description.txt Tue Feb 15 10:43:08 2022 +0100 1.3 @@ -0,0 +1,19 @@ 1.4 +Meson is an open source build system meant to be both extremely fast, 1.5 +and, even more importantly, as user friendly as possible. 1.6 + 1.7 +The main design point of Meson is that every moment a developer spends 1.8 +writing or debugging build definitions is a second wasted. 1.9 +So is every second spent waiting for the build system to actually start 1.10 +compiling code. 1.11 + 1.12 +Features 1.13 + 1.14 +- multiplatform support for Linux, macOS, Windows, GCC, Clang, Visual Studio 1.15 + and others 1.16 +- supported languages include C, C++, D, Fortran, Java, Rust 1.17 +- build definitions in a very readable and user friendly non-Turing complete DSL 1.18 +- cross compilation for many operating systems as well as bare metal 1.19 +- optimized for extremely fast full and incremental builds without sacrificing 1.20 + correctness 1.21 +- built-in multiplatform dependency provider that works together with distro 1.22 + packages