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

guile-gi

GObject bindings for Guile

Guile-GI is a library for Guile that allows using GObject-based libraries, such as GTK+3. Its README comes with the disclaimer: This is pre-alpha code.

Installation

Install the latest version of guile-gi as follows:

guix install guile-gi

Or install a particular version:

guix install guile-gi@0.3.2-0.388653a

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 guile-gi about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/guile-gi'><img src='https://packages.guix.gnu.org/packages/guile-gi/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/guile-gi/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/guile-gi)

Example Org:

[[https://packages.guix.gnu.org/packages/guile-gi][https://packages.guix.gnu.org/packages/guile-gi/badges/latest-version.svg]]