glib 2.72.3
Low-level core library for GNOME projects
GLib provides the core application building blocks for libraries and applications written in C. It provides the core object system used in GNOME, the main loop implementation, and a large set of utility functions for strings and common data structures.
- Website: https://wiki.gnome.org/Projects/GLib
- Licenses: LGPL 2.1+
- Package source: gnu/packages/glib.scm
- Builds: See build status
- Issues: See known issues
Installation
Install glib 2.72.3
as follows:
guix install glib@2.72.3
Or install the latest version:
guix install glib
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.