cl-lib-helper
Reorganise existing symbols in standard and third party libs to common hierarchical packages.
$ area51 add cl-lib-helperコピー使い方
;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(cl-lib-helper:some-function ...)