1common-lisp-controller(3)  Library Functions Manual  common-lisp-controller(3)
2
3
4

NAME

6       common-lisp-controller - Common Lisp system management tool
7
8

DESCRIPTION

10       The common-lisp-controller system will manage the installed Common Lisp
11       implementations and libraries on the system. The main  function  is  to
12       enable  every  user to load any available library and to store the com‐
13       piled files in a user and implementation specific cache directory.
14
15       On upgrades of either implementations or  libraries  these  directories
16       will be cleared so that no old fasl files will remain.
17
18       There  are  also options to add libraries by default to new images, see
19       /usr/share/doc/common-lisp-controller/README.Debian , or  to  add  user
20       specific  libraries  to  the  management system, see clc-register-user-
21       package.
22
23

EXAMPLES

25       To load a clc library :foo on a clc enabled implementation simply do
26
27       (clc:clc-require :foo)
28
29

FILES

31       /var/cache/common-lisp/ <uid> / <implementation-name> /  <library>  the
32       cache  directory for a library fir a given user with associated uid and
33       a certain implementation.
34
35       /usr/share/common-lisp/systems/ the location of the libraries.
36
37

BUGS

39       Bug reports should be sent to the Debian BTS, preferably  with  report‐
40       bug.
41
42

AUTHOR

44       Peter Van Eynde (pvaneynd@debian.org) 2001-2006
45
46       Kevin M. Rosenberg (kmr@debian.org) 2001-2004
47
48       René van Bevern 2005-2006
49
50       Desmond O. Chang (dochang@gmail.com) 2010
51
52

SEE ALSO

54       clc-register-user-package(1),  clc-unregister-user-package(1) register-
55       common-lisp-implementation(8)  register-common-lisp-source(8)  unregis‐
56       ter-common-lisp-implementation|source(8)        unregister-common-lisp-
57       source(8)
58
59
60
617th Edition                     March, 15, 2006      common-lisp-controller(3)
Impressum