cl-environments
Implements the CLTL2 environment access functionality for implementations which do not provide the functionality to the programmer.
$ area51 add cl-environmentsCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-environments:some-function ...)