class-options
Provides easy access to the defining class and its options during initialization or reinitialization of its subcomponents.
$ area51 add class-optionsCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(class-options:some-function ...)