Skip to content

Please add cl-reexport #681

@takagi

Description

@takagi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions