guile-srfi-128
SRFI 128 Comparators (reduced) port for Guile
This package provides an implementation of SRFI 128 for Guile. SRFI 128 defines comparators, which bundles a test type predicate, an equality predicate, an ordering predicate and a hash function into a single Scheme object. This can be used in the implementation of data structures. This package re-uses the SRFI sample implementation.
- Versions: 0.1.0
- Website: https://codeberg.org/pukkamustard/guile-srfi-128
- Licenses: ISC · LGPL 3+
- Package source: gnu/packages/guile-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of guile-srfi-128
as follows:
guix install guile-srfi-128
Or install a particular version:
guix install guile-srfi-128@0.1.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-srfi-128 about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/guile-srfi-128'><img src='https://packages.guix.gnu.org/packages/guile-srfi-128/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/guile-srfi-128)
Example Org:
[[https://packages.guix.gnu.org/packages/guile-srfi-128][https://packages.guix.gnu.org/packages/guile-srfi-128/badges/latest-version.svg]]