RCS $Id: README,v 1.5 1995/08/23 00:07:23 tuna Exp $

This is the README file for version 1.0 of CRL, the C Region Library.

Bug Reports
-----------
To submit a bug report, send mail to crl-bugs@pdos.lcs.mit.edu with
the following information:

 - Version of CRL you are using (e.g., CRL 1.0)
 - Platform you're using it on (e.g., CM-5, Alewife, or TCP/UNIX)
 - The exact error message
 - What you are doing to produce the error message (for example, which
   test program are you using and with what parameters)

Description of contents
-----------------------
README
   This file.

apps/
   Contains sample programs that use CRL.

doc/
   Contains documentation related to CRL.

man/
   Contains man pages for CRL functions.

null/
   Contains source for the null CRL implementation.
   
src/
   Contains source for Alewife, CM-5, and TCP/UNIX CRL
   implementations.
