cl-reexport

LLGPL

Reexport external symbols in other packages.

$ area51 add cl-reexportCopy

Usage

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