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

cl-hunchenissr-routes 0-1.2e83197

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 cl-hunchenissr-routes 0-1.2e83197 as follows:

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

Or install the latest version:

guix install cl-hunchenissr-routes

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.