wok-6.x annotate meson/description.txt @ rev 25435
Up libarchive (3.6.1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 31 07:33:35 2022 +0000 (2022-08-31) |
parents | 5c73e095788a |
children |
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@25388 | 11 - multiplatform support for Linux, macOS, Windows, GCC, Clang, |
Hans-G?nter@25388 | 12 Visual Studio and others |
Hans-G?nter@24350 | 13 - supported languages include C, C++, D, Fortran, Java, Rust |
Hans-G?nter@25388 | 14 - build definitions in a very readable and user friendly non-Turing |
Hans-G?nter@25388 | 15 complete DSL |
Hans-G?nter@24350 | 16 - cross compilation for many operating systems as well as bare metal |
Hans-G?nter@25388 | 17 - optimized for extremely fast full and incremental builds without |
Hans-G?nter@25388 | 18 sacrificing correctness |
Hans-G?nter@25388 | 19 - built-in multiplatform dependency provider that works together with |
Hans-G?nter@25388 | 20 distro packages |