**************************************************************************
*                                                                        *
*                                 Averell                                *
*                                                                        *
*          Vincent Simonet, Projet Cristal, INRIA Rocquencourt           *
*                                                                        *
*  Author contact: Vincent.Simonet@inria.fr                              *
*  Software page: http://cristal.inria.fr/~simonet/soft/                 *
*                                                                        *
**************************************************************************

Averell is an Objective Caml library dealing with graphs.  It provides
an implementation of several usual algorithms and an interface with
the GraphViz toolkit for graphs drawing.  Most of the modules of this
library comes as functors, so that the choice of the concrete
representation of graphs is left to the client.

Installation procedure is described in the file src-averell/INSTALL.

More information about this library and documentation are available at:
http://cristal.inria.fr/~simonet/soft/
