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