wok annotate meson/description.txt @ rev 25031

Add fatcat
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 20 09:25:51 2022 +0000 (2022-05-20)
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