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

gobject-introspection 1.73.1

GObject introspection tools and libraries

GObject introspection is a middleware layer between C libraries (using GObject) and language bindings. The C library can be scanned at compile time and generate metadata files, in addition to the actual native C library. Then language bindings can read this metadata and automatically provide bindings to call into the C library.

Installation

Install gobject-introspection 1.73.1 as follows:

guix install gobject-introspection@1.73.1

Or install the latest version:

guix install gobject-introspection

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.