You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-lisp/common-lisp-controller/files
root d9d99d08d3
Automatic update [Wed Nov 9 11:33:18 MSK 2011].
13 years ago
..
4.27 Automatic update [Wed Nov 9 11:33:18 MSK 2011]. 13 years ago
5.13 Automatic update [Wed Nov 9 11:33:18 MSK 2011]. 13 years ago
README.Gentoo Automatic update [Wed Nov 9 11:33:18 MSK 2011]. 13 years ago

README.Gentoo

                                                          -*-outline-*-


* Common Lisp Controller 4.x and 5.x

With version 4.x and 5.x of the Debian Common Lisp Controller, the
design of the controller was simplified so that source was compiled
into /var/cache/, per user, on demand (ie. when you evaluate (require
:foo) at the REPL).

* Common Lisp Controller 3.x

** IMPORTANT

The Common Lisp Controller (CLC) in Gentoo GNU/Linux is a modified
version of the original CLC sources from the Debian Project. Do not
send bug reports to the Debian Project -- always send bug reports to
http://bugs.gentoo.org.

** NOTES

If you are used to the CLC in Debian, please note that the Gentoo CLC
does not require an Internet super-server such as inetd or xinetd in
order to function. The original CLC implementation's clc-send-command
has been replaced with a shell script which implements the same
interface, but bypasses clc-build-daemon entirely.

-- Matthew Kennedy <mkennedy@gentoo.org>