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).
- Website: https://github.com/interactive-ssr/hunchenissr-routes
- Licenses: LLGPL
- Package source: gnu/packages/lisp-xyz.scm
- Builds: See build status
- Issues: See known issues
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.