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

guile-hall

Guile project tooling

Hall is a command-line application and a set of Guile libraries that allow you to quickly create and publish Guile projects. It allows you to transparently support the GNU build system, manage a project hierarchy & provides tight coupling to Guix.

Installation

Install the latest version of guile-hall as follows:

guix install guile-hall

Or install a particular version:

guix install guile-hall@0.6.0

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

Example HTML:

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

Example Markdown:

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

Example Org:

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