-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathREADME
30 lines (23 loc) · 1.11 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
======================= README ======================
This is CLOCC, the Common Lisp Open Code Collection.
It contains Lisp code for various applications which is
* Common Lisp, i.e. runs in ANSI CL implementations,
* Free Software, according to the Debian Free Software Guidelines
(e.g. licensed under GPL, LGPL, MIT or BSD licenses, or public domain),
* Portable, i.e. should be portable among CL implementations with low
effort, and does not require modifications to the CL implementation
itself,
* Self-contained, i.e. does not require packages not in this repository,
* Ready to use, i.e. runs out of the box in the Free CL implementations.
INSTALLATION
Please see file INSTALL in this directory.
DOCUMENTATION
Currently, packages in CLOCC are documented separately.
You should look for files <package>/<package>.txt
or <package>/<package>.html.
Eventually, we hope to provide a unified documentation
system based on docbook/xml. Your help is welcome!
GETTING HELP
Please visit our homepage <http://clocc.sourceforge.net/>.
There you will find instructions on how to subscribe to the
mailing lists.