1. NAME▲
common-lisp-controller - Common Lisp system management tool
2. DESCRIPTION ▲
The common-lisp-controllersystem will manage the installed Common Lisp implementationsand librarieson the system. The main function is to enable every user to load any available libraryand to store the compiled files in a user and implementation specific cache directory. On upgrades of either implementationsor librariesthese directories will be cleared so that no old fasl files will remain. There are also options to add libraries by default to new images, see /usr/share/doc/common-lisp-controller/README.Debian, or to add user specific libraries to the management system, see clc-register-user-package.
3. EXAMPLES ▲
To load a clc library :fooon a clc enabled implementation simply do
(clc:clc-require :foo)
4. FILES ▲
/var/cache/common-lisp/.IB <uid> /.IB <implementation-name> /.IB <library> the cache directory for a library fir a given user with associated uid and a certain implementation. /usr/share/common-lisp/systems/the location of the libraries.
5. BUGS ▲
Bug reports should be sent to the Debian BTS, preferably with reportbug.
6. AUTHOR ▲
Peter Van Eynde () 2001-2006 Kevin M. Rosenberg () 2001-2004 Ren\['e] van Bevern 2005-2006 Desmond O. Chang () 2010
7. SEE ALSO ▲
R clc-register-user-package (1),
R clc-unregister-user-package (1)
R register-common-lisp-implementation (8)
R register-common-lisp-source (8)
R unregister-common-lisp-implementation|source (8)
R unregister-common-lisp-source (8)