autoexport
A small library to automatically export definitions
$ area51 add autoexportCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(autoexport:some-function ...)A small library to automatically export definitions
$ area51 add autoexportCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(autoexport:some-function ...)