wok-6.x rev 24350
updated meson (0.53.2 -> 0.60.2)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 03 09:19:33 2022 +0100 (2022-02-03) |
parents | f73dc49d0a42 |
children | 1f133ca0ddf5 |
files | meson/description.txt meson/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/meson/description.txt Thu Feb 03 09:19:33 2022 +0100 1.3 @@ -0,0 +1,19 @@ 1.4 +Meson is an open source build system meant to be both extremely fast, 1.5 +and, even more importantly, as user friendly as possible. 1.6 + 1.7 +The main design point of Meson is that every moment a developer spends 1.8 +writing or debugging build definitions is a second wasted. 1.9 +So is every second spent waiting for the build system to actually start 1.10 +compiling code. 1.11 + 1.12 +Features 1.13 + 1.14 +- multiplatform support for Linux, macOS, Windows, GCC, Clang, Visual Studio 1.15 + and others 1.16 +- supported languages include C, C++, D, Fortran, Java, Rust 1.17 +- build definitions in a very readable and user friendly non-Turing complete DSL 1.18 +- cross compilation for many operating systems as well as bare metal 1.19 +- optimized for extremely fast full and incremental builds without sacrificing 1.20 + correctness 1.21 +- built-in multiplatform dependency provider that works together with distro 1.22 + packages
2.1 --- a/meson/receipt Thu Feb 03 09:09:19 2022 +0100 2.2 +++ b/meson/receipt Thu Feb 03 09:19:33 2022 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="meson" 2.7 -VERSION="0.53.2" 2.8 +VERSION="0.60.2" 2.9 CATEGORY="development" 2.10 SHORT_DESC="The Meson Build System." 2.11 MAINTAINER="pascal.bellard@slitaz.org"