trivial-variable-bindings

MIT

Offers a way to handle associations between a place-holder (aka. variable) and a value.

$ area51 add trivial-variable-bindingsCopy

Usage

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