trivial-variable-bindings
Offers a way to handle associations between a place-holder (aka. variable) and a value.
$ area51 add trivial-variable-bindingsCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(trivial-variable-bindings:some-function ...)