This is the package-renaming Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 07:14:06 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
package-renaming
locally renaming packages
MIT
alexandria
(system).
package-renaming.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
package-renaming/package-renaming.asd
package-renaming
(system).
package-renaming/package-renaming.lisp
package-renaming
(system).
call-with-effective-package-renamings
(function).
check-package-candidate-names
(function).
check-same-package-names
(function).
effect-package-renaming
(function).
effect-package-renamings
(function).
find-package-from-names
(function).
package-names
(function).
with-effective-package-renamings
(macro).
Packages are listed by definition order.
package-renaming
alexandria
.
common-lisp
.
call-with-effective-package-renamings
(function).
check-package-candidate-names
(function).
check-same-package-names
(function).
effect-package-renaming
(function).
effect-package-renamings
(function).
find-package-from-names
(function).
package-names
(function).
with-effective-package-renamings
(macro).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Evaluate the BODY in an dynamic environment where
the PACKAGE-RENAMINGS have been effected by effect-package-renamings,
and are undone in the end by the same
using the reverse renamings returned by the first call.
PACKAGE-RENAMINGS is a compile-time constant;
for runtime-computed renamings, use the call-with-effective-package-renamings function.
Call the THUNK in an dynamic environment where
the PACKAGE-RENAMINGS have been effected by effect-package-renamings,
and are undone in the end by the same
using the reverse renamings returned by the first call.
Check that each of the NAMES either designates the package specified by PACKAGE-DESIGNATOR or no package at all
Check that the NAMES all designate the same package
Effect the renaming of a package with OLD names (designator or list of designators)
to NEW names (a designator or list of designators).
Return the list of actual names that the package had.
IF-DOES-NOT-EXIST may be NIL or ERROR.
Call effect-package-renaming on each renaming.
Return a list of reverse renamings to undo the thing.
IF-DOES-NOT-EXIST may be NIL or ERROR;
in the former case, the reverse renaming will rename
the possibly newly created package to the "old" name.
Find the first package designated by one of the NAMES. IF-DOES-NOT-EXIST may be NIL or ERROR.
List of the designated package’s name and nicknames
Jump to: | C E F M P W |
---|
Jump to: | C E F M P W |
---|
Jump to: | F P S |
---|
Jump to: | F P S |
---|