defstar
defstar: macros allowing easy inline type declarations for variables and and function return values.
$ area51 add defstarCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(defstar:some-function ...)