meson
Build system designed to be fast and user-friendly
The Meson build system is focused on user-friendliness and speed. It can compile code written in C, C++, Fortran, Java, Rust, and other languages. Meson provides features comparable to those of the Autoconf/Automake/make combo. Build specifications, also known as Meson files, are written in a custom domain-specific language (DSL) that resembles Python.
- Versions: 1.5.2
- Website: https://mesonbuild.com/
- Licenses: ASL 2.0
- Package source: gnu/packages/build-tools.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of meson
as follows:
guix install meson
Or install a particular version:
guix install meson@1.5.2
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of meson about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/meson'><img src='https://packages.guix.gnu.org/packages/meson/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/meson)
Example Org:
[[https://packages.guix.gnu.org/packages/meson][https://packages.guix.gnu.org/packages/meson/badges/latest-version.svg]]