Next: Introduction, Previous: (dir), Up: (dir) [Contents][Index]
This is the petit.package-utils Reference Manual, version 0.1.0, generated automatically by Declt version 3.0 "Montgomery Scott" on Tue Dec 22 14:39:03 2020 GMT+0.
• Introduction | What petit.package-utils is all about | |
• Systems | The systems documentation | |
• Modules | The modules documentation | |
• Files | The files documentation | |
• Packages | The packages documentation | |
• Definitions | The symbols documentation | |
• Indexes | Concepts, functions, variables and data types |
Petit tool box about packaging.
PETIT.PACKAGE-UTILS
PPU
and PETIT.PU
USE-CONFLICT-PACKAGE
:An alternative CL:USE-PACKAGE
function.
USE-CONFLICT-PACKAGE
enables USE-PACKAGE
'ing any packages which have conflicted external symbols.
e.g.
(defpackage :foo
(:shadow #:car)
(:use :cl)
(:export :car) )
(in-package :foo)
(defun car (obj) ...)
(in-package :cl-user)
(ppu:use-conflict-package :foo)
(symbol-package 'car) ; => #<PACKAGE FOO>
You can also specify to-package for USE-CONFLICT-PACKAGE
optionally.
e.g. (ppu:use-conflict-package
from-package to-package)
PACKAGE-SHORTEST-NAME
:Returns shortest name or nickname of given package designator.
e.g. (ppu:package-shortest-name :common-lisp-user) ; => "USER"
Note: for GNU CLISP, PPU:PACKAGE-SHORTEST-NAME
is just a synonym of EXT:PACKAGE-SHORTEST-NAME
.
Under MIT license.
Next: Modules, Previous: Introduction, Up: Top [Contents][Index]
The main system appears first, followed by any subsystem dependency.
• The petit.package-utils system |
SUZUKI Shingo
SUZUKI Shingo
MIT
petit toolbox for packaging
0.1.0
petit.package-utils.asd (file)
src (module)
Modules are listed depth-first from the system components tree.
• The petit.package-utils/src module |
petit.package-utils (system)
src/
Files are sorted by type and then listed depth-first from the systems components trees.
• Lisp files |
• The petit.package-utils.asd file | ||
• The petit.package-utils/src/packages.lisp file | ||
• The petit.package-utils/src/package-utils.lisp file |
Next: The petit․package-utils/src/packages․lisp file, Previous: Lisp files, Up: Lisp files [Contents][Index]
petit.package-utils.asd
petit.package-utils (system)
Next: The petit․package-utils/src/package-utils․lisp file, Previous: The petit․package-utils․asd file, Up: Lisp files [Contents][Index]
src (module)
src/packages.lisp
Previous: The petit․package-utils/src/packages․lisp file, Up: Lisp files [Contents][Index]
packages.lisp (file)
src (module)
src/package-utils.lisp
Next: Definitions, Previous: Files, Up: Top [Contents][Index]
Packages are listed by definition order.
• The petit.package-utils-asd package | ||
• The petit.package-utils package |
Next: The petit․package-utils package, Previous: Packages, Up: Packages [Contents][Index]
petit.package-utils.asd
Previous: The petit․package-utils-asd package, Up: Packages [Contents][Index]
packages.lisp (file)
common-lisp
Definitions are sorted by export status, category, package, and then by lexicographic order.
• Exported definitions |
Previous: Definitions, Up: Definitions [Contents][Index]
• Exported functions |
Previous: Exported definitions, Up: Exported definitions [Contents][Index]
package-utils.lisp (file)
package-utils.lisp (file)
Previous: Definitions, Up: Top [Contents][Index]
• Concept index | ||
• Function index | ||
• Variable index | ||
• Data type index |
Next: Function index, Previous: Indexes, Up: Indexes [Contents][Index]
Jump to: | F L M P |
---|
Jump to: | F L M P |
---|
Next: Variable index, Previous: Concept index, Up: Indexes [Contents][Index]
Jump to: | F P U |
---|
Jump to: | F P U |
---|
Next: Data type index, Previous: Function index, Up: Indexes [Contents][Index]
Previous: Variable index, Up: Indexes [Contents][Index]
Jump to: | P S |
---|
Jump to: | P S |
---|