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

sbcl-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 sbcl-hunchenissr-routes as follows:

guix install sbcl-hunchenissr-routes

Or install a particular version:

guix install sbcl-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

HTML: <a href='http://127.0.0.1:3000/packages/sbcl-hunchenissr-routes/'><img src='http://127.0.0.1:3000/packages/sbcl-hunchenissr-routes/badges/latest-version.svg'></img></a>
Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/sbcl-hunchenissr-routes/badges/latest-version.svg)](http://127.0.0.1:3000/packages/sbcl-hunchenissr-routes/)
Org: [[http://127.0.0.1:3000/packages/sbcl-hunchenissr-routes/][http://127.0.0.1:3000/packages/sbcl-hunchenissr-routes/badges/latest-version.svg]]