This is the C version of Cluck; the C files here are one of the
following:

    - the C versions of the Scheme files from Cluck

    - the C versions of the Scheme files from various Chicken eggs
      (fmt, for example)

    - various core C files from Chicken itself, required for
      successful compilation

    - header files required for compilation

The astute among you may have noticed that all of those are either
auto-generated or to be found elsewhere.  You may therefore be
wondering why the hell they're checked in.  The answer is for
distribution: it is convenient for some people to be able to grab it
from svn.

Requirements
------------

- PRCE, as a shared library (i.e. libpcre.so)

- CDK (a Curses widget set) as a shared library (i.e. libcdk.so)

- ncurses as a shared library (i.e. libncurses.so)

- the client library for XMMS2 (i.e. libxmmsclient.so)

Building
--------

This is all straight C, so it should just be a matter of running
"make".  If it's not, contact the author at
rlpowell@digitalkingdom.org
