cl-reexport
Reexport external symbols in other packages.
$ area51 add cl-reexportCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-reexport:some-function ...)Reexport external symbols in other packages.
$ area51 add cl-reexportCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-reexport:some-function ...)