guildhall
Package manager for Guile
Guildhall is a package manager written for Guile Scheme. A guild is an association of independent craftspeople. A guildhall is where they meet. This Guildhall aims to make a virtual space for Guile wizards and journeyfolk to share code.
On a practical level, Guildhall lets you share Scheme modules and programs over the internet, and install code that has been shared by others. Guildhall can handle dependencies, so when a program requires several libraries, and each of those has further dependencies, all of the prerequisites for the program can be installed in one go.
- Versions: 0-1.2fe2cc539
- Website: https://github.com/ijp/guildhall
- Licenses: GPL 3+
- Package source: gnu/packages/guile-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of guildhall
as follows:
guix install guildhall
Or install a particular version:
guix install guildhall@0-1.2fe2cc539
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 guildhall about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/guildhall'><img src='https://packages.guix.gnu.org/packages/guildhall/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/guildhall/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/guildhall)
Example Org:
[[https://packages.guix.gnu.org/packages/guildhall][https://packages.guix.gnu.org/packages/guildhall/badges/latest-version.svg]]