wok-6.x
annotate 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 |
rev |
line source |
Hans-G?nter@24350
|
1 Meson is an open source build system meant to be both extremely fast,
|
Hans-G?nter@24350
|
2 and, even more importantly, as user friendly as possible.
|
Hans-G?nter@24350
|
3
|
Hans-G?nter@24350
|
4 The main design point of Meson is that every moment a developer spends
|
Hans-G?nter@24350
|
5 writing or debugging build definitions is a second wasted.
|
Hans-G?nter@24350
|
6 So is every second spent waiting for the build system to actually start
|
Hans-G?nter@24350
|
7 compiling code.
|
Hans-G?nter@24350
|
8
|
Hans-G?nter@24350
|
9 Features
|
Hans-G?nter@24350
|
10
|
Hans-G?nter@24350
|
11 - multiplatform support for Linux, macOS, Windows, GCC, Clang, Visual Studio
|
Hans-G?nter@24350
|
12 and others
|
Hans-G?nter@24350
|
13 - supported languages include C, C++, D, Fortran, Java, Rust
|
Hans-G?nter@24350
|
14 - build definitions in a very readable and user friendly non-Turing complete DSL
|
Hans-G?nter@24350
|
15 - cross compilation for many operating systems as well as bare metal
|
Hans-G?nter@24350
|
16 - optimized for extremely fast full and incremental builds without sacrificing
|
Hans-G?nter@24350
|
17 correctness
|
Hans-G?nter@24350
|
18 - built-in multiplatform dependency provider that works together with distro
|
Hans-G?nter@24350
|
19 packages
|