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

cl-hunchenissr-routes

Enable path variables when using Hunchenissr

This library enables path variables in networking routes when using Hunchenissr for Common Lisp. If a part of the path (between two slashes) starts with a question mark (?), that symbol (without question mark) will be bound to whatever value was in the same place in the URL (as a string).

Installation

Install the latest version of cl-hunchenissr-routes as follows:

guix install cl-hunchenissr-routes

Or install a particular version:

guix install cl-hunchenissr-routes@0-1.2e83197

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

Example HTML:

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

Example Markdown:

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

Example Org:

[[https://packages.guix.gnu.org/packages/cl-hunchenissr-routes][https://packages.guix.gnu.org/packages/cl-hunchenissr-routes/badges/latest-version.svg]]