Menu

Tree [ac2eb4] default tip /
 History

Read Only access


File Date Author Commit
 bin 2011-03-09 Sam Steingold Sam Steingold [f82359] remove $Id$ & $Source$ from my files
 etc 2009-01-08 cvs2hg cvs2hg [b475db] fixup commit for tag 'F2CL-2009-01-08'
 src 2020-01-29 donc donc [ac2eb4] standard date formats for logging
 .hgignore 2011-07-14 Sam Steingold Sam Steingold [dfc4cb] ignore TAGS & tags
 .hgtags 2011-03-09 cvs2hg cvs2hg [cb3cd7] convert CVS tags
 INSTALL 2017-02-21 Sam Steingold Sam Steingold [701518] recommend asdf over defsystem 3
 Makefile 2011-11-24 Sam Steingold Sam Steingold [174af5] use exuberant ctags to create a single top-leve...
 README 2009-01-08 cvs2hg cvs2hg [b475db] fixup commit for tag 'F2CL-2009-01-08'
 clocc.lisp 2011-11-25 Sam Steingold Sam Steingold [d9547a] use ANSI CL eval-when situations
 clocc.mk 2011-11-24 Sam Steingold Sam Steingold [174af5] use exuberant ctags to create a single top-leve...

Read Me

======================= 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.