Quicklisp quick commands.
PRINT-SYSTEMS
(quick-apropos pattern) |
function |
Search the quicklisp system matching the pattern and print them.
(quick-clean) |
function |
Clean the quicklisp system distributions.
(quick-delete system &rest systems) |
function |
Delete the ASDF systems so they'll be reloaded.
(quick-install-all &key verbose) |
function |
Installs all the quicklisp systems, skipping over the errors.
(quick-installed-systems &optional pattern) |
function |
Print the system installed by quicklisp.
(quick-list-projects &optional pattern) |
function |
List the quicklisp projects (releases). If the string designator PATTERN is given, then only the projects containing it in their name are listed.
(quick-list-systems &optional pattern) |
function |
List the quicklisp systems. If the string designator PATTERN is given, then only the systems containing it in their name are listed.
(quick-load-all &key verbose) |
function |
Loads all the quicklisp systems, skipping over the errors.
(quick-local-projects) |
function |
Rebuilds the local projects system index.
(quick-reload system &rest systems) |
function |
Delete and reload the ASDF systems.
(quick-reset) |
function |
Rebuilds the local projects system index.
(quick-uninstall system &rest systems) |
function |
Uninstall the given systems releases from the quicklisp installation.
(quick-update) |
function |
Updates the quicklisp client, and all the system distributions.
(quick-where system &rest systems) |
function |
Says where the given systems are.
(quick-where-is system &rest systems) |
function |
Says where the given systems are.