ASDF tools -- somewhat deprecated by quicklisp.
(asdf-delete-system system) |
function |
Clear the system from ASDF, to force reloading them on next ASDF-LOAD.
(asdf-install &rest systems) |
function |
Download and install a system. Now, uses quicklisp.
(asdf-load &rest systems) |
function |
Load the ASDF systems. See also (QL:QUICKLOAD system) to install them.
(asdf-load-source &rest systems) |
function |
Load the sources of the ASDF systems. See also (QL:QUICKLOAD system) to install them.
(find-asdf-subdirectories &optional directories) |
function |
Return a list of all the subdirectories of DIRECTORIES that contain .asd files. It is sorted in ascending namestring length.
(update-asdf-registry &key force-scan directories) |
function |
Update asdf:*central-registry* with the subdirectories of DIRECTORIES containing ASD files, either scanned, or from the cache.