CL-Graph is a Common Lisp library for manipulating graphs and running graph algorithms. TINAA documentation for CL-Graph is available.
A darcs repository is available (note that you'll also need to get several other bits and pieces to get CL-Graph to work). The commands are listed below:
darcs get http://common-lisp.net/project/cl-graph/
darcs get http://common-lisp.net/project/metabang-bind/
darcs get http://common-lisp.net/project/metatilities-base/
darcs get http://common-lisp.net/project/moptilities/
CL-Graph (and friends) should also be ASDF installable. Its CLiki home is right where you'd expect.
There's also a handy gzipped tar file.
2 Feb 2006 Lots of new CL-Graph documentation.
25 Nov 2005 Wrote a mini tutorial and published it on unCLog.
10 Nov 2005 Initial setup.