gobject-introspection 1.72.0
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.
- Website: https://wiki.gnome.org/Projects/GObjectIntrospection
- Licenses: GPL 2+ · LGPL 2.0+
- Package source: gnu/packages/glib.scm
- Builds: See build status
- Issues: See known issues
Installation
Install gobject-introspection 1.72.0
as follows:
guix install gobject-introspection@1.72.0
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.