routes

Unlicense

Framework agnostic URL routing library.

$ area51 add routesCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(routes:some-function ...)