wok view meson/description.txt @ rev 24583

updated fusioninventory-agent (2.5.2 -> 2.6)
author Hans-G?nter Theisgen
date Sun Feb 27 17:43:39 2022 +0100 (2022-02-27)
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