-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Labels
Description
Please add cl-reexport:
https://github.com/takagi/cl-reexport
Cl-reexport is a library to reexport symbols which are external symbols in other packages. It is valuable when virtually construct package hierarchy on Common Lisp standard's flat package system.
ASDF 3 has similar one-package-per-file facility. The structural difference between them is:
- Virtual hierarchy packages in this context have one system definition and several packages constituting a hierarchical structure.
- ASDF 3's one-package-per-file style has hierarchical system definitions and hierarchical packages, which are corresponding each other.
Since ASDF 3's one-package-per-file style has not been de-facto standard yet, there may be some cases where cl-reexport is useful.