Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

common-lisp-controller(3) [debian man page]

common-lisp-controller(3)				     Library Functions Manual					 common-lisp-controller(3)

NAME
common-lisp-controller - Common Lisp system management tool DESCRIPTION
The common-lisp-controller system will manage the installed Common Lisp implementations and libraries on the system. The main function is to enable every user to load any available library and to store the compiled files in a user and implementation specific cache directory. On upgrades of either implementations or libraries these 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. EXAMPLES
To load a clc library :foo on a clc enabled implementation simply do (clc:clc-require :foo) FILES
/var/cache/common-lisp/ <uid> / <implementation-name> / <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. BUGS
Bug reports should be sent to the Debian BTS, preferably with reportbug. AUTHOR
Peter Van Eynde (pvaneynd@debian.org) 2001-2006 Kevin M. Rosenberg (kmr@debian.org) 2001-2004 Rene van Bevern 2005-2006 Desmond O. Chang (dochang@gmail.com) 2010 SEE ALSO
clc-register-user-package(1), clc-unregister-user-package(1) register-common-lisp-implementation(8) register-common-lisp-source(8) unregis- ter-common-lisp-implementation|source(8) unregister-common-lisp-source(8) 7th Edition March, 15, 2006 common-lisp-controller(3)

Check Out this Related Man Page

DH_LISP(1)						User Contributed Perl Documentation						DH_LISP(1)

NAME
dh_lisp - register Common Lisp source and implementations SYNOPSIS
dh_lisp [debhelper options] [implementation] DESCRIPTION
dh_lisp is a debhelper program that is responsible for registering Common Lisp source and implementations with the Common Lisp Controller. For Common Lisp library packages dh_lisp will automatically generate the postinst and prerm commands needed to interface with the Common Lisp Controller. It also links the given ASDF system definitions appropriately. It takes into account all ASDs that you installed below usr/share/common-lisp/source (for example with dh_install(1)). If dh_lisp finds precompiled files from CLISP, SBCL or CMUCL, it will add a dependency on the implementation that can read the FASL version used by the implementation currently installed. (this is most likely the one which built the binaries in the package) If you supply implementation, dh_lisp automatically installs the implementation-specific script, which is expected to reside in debian/implementation.sh. dh_lisp automatically generates the necessary maintainer scripts to register the implementation with the Common Lisp Controller. OPTIONS
-n, --noscripts do not add to maintainer scripts -d do not generate dependencies on implementations for binary files in the package implementation Install the debian/implementation.sh script and generate maintainer scripts to (un)register implementation at the Common Lisp Controller. NOTES
Note that this command is not idempotent. "dh_clean -k" should be called between invocations of this command. Otherwise, it may cause multiple instances of the same text to be added to maintainer scripts. SEE ALSO
debhelper(7), The Common Lisp in Debian Manual: http://cl-debian.alioth.debian.org/clid/ AUTHOR
Rene van Bevern <rvb@debian.org> perl v5.10.1 2011-03-06 DH_LISP(1)
Man Page

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

File Sorting As Per The Name

hello Please tell me the command to sort files in specific directory i have several files in one directory the files names are 2006-01-25 2006-01-23 2006-01-08 2006-01-07 I WANT TO DISPLAY FILES DATEWISE . THE LATEST DATE SHOULD BE FIRST FILE AND OLDEST WILL BE LAST ONE PLS... (10 Replies)
Discussion started by: getdpg
10 Replies

2. Programming

Lisp

I've recently begun learning common lisp and started the effort from the belief that it was a functional language and that learning a functional language would be a good exercise. I've read some comments and articles that state otherwise. Any opinions? (4 Replies)
Discussion started by: ramen_noodle
4 Replies

3. Forum Support Area for Unregistered Users & Account Problems

I want to unregister

I'm totally not into programming. I only joined because I had to take a unix class to complete my degree. I can't find anywhere to unregister. (4 Replies)
Discussion started by: mezzanine
4 Replies

4. Shell Programming and Scripting

Copying files

All, I need to grab and rename common files from several unique directory structures. For example, the directory structures looks like: /unique_dir/common/common/common/person_name_dir/common_file.txt There are over 90,000 of these text files that I'd like to put in a single directory as... (5 Replies)
Discussion started by: hburnswell
5 Replies