This package browser is in early development. Mind the rough edges.

meson 1.9.0

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.

Installation

Install meson 1.9.0 as follows:

guix install meson@1.9.0

Or install the latest version:

guix install meson

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.