wok view meson/description.txt @ rev 25466

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 01 09:32:27 2022 +0000 (19 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