public
Description: Draw's a graphvis/dot illustration of the modules installed in your clbuild installation.
Homepage:
Clone URL: git://github.com/bhyde/clbuild2dot.git
name age message
file .gitignore Mon Apr 13 14:38:54 -0700 2009 The usual [bhyde]
file README Mon Apr 13 14:46:38 -0700 2009 Clarify copyright to something generous. [bhyde]
file do-dot.lisp Mon Apr 13 14:46:38 -0700 2009 Clarify copyright to something generous. [bhyde]
README
;; Copyright © 2008 Ben Hyde, Licensed under the Apache License, Version 2.0.

The file do-dot.lisp contains a single routine cl-user:generate-drawing of no
arguments.  Invoke it when your current directory set to the clbuild directory; and it will spit out a graphviz/dot[1] 
drawing of your installed modules and thier dependencies as recorded in the dependencies file.

The file presumes the cl-ppcre[3] is present.

Example output from an slightly earlier version can be seen here[2].
  
[1] http://www.graphviz.org/
[2] http://enthusiasm.cozy.org/archives/2009/04/the-briar-patch
[3] http://www.weitz.de/cl-ppcre/