1 {include resources/header.md}
2 {set-property title "CL-Graph"}
4 [1]: http://common-lisp.net/project/cl-containers/shared/metabang-2.png (metabang.com)
5 [2]: http://www.metabang.com/ (metabang.com)
8 <div class="system-links">
12 {remark * [Documentation][5] }
14 {remark * [Test results][tr]}
19 [5]: documentation/ (documentation link)
22 [tr]: test-report.html
25 <div class="system-description">
29 CL-Graph is a Common Lisp library for manipulating graphs and
30 running graph algorithms. {remark [TINAA][] documentation for
31 CL-Graph is [available][9].} Check out the [user's guide](user-guide.html)
32 for some very old and yet still preliminary documentation.
34 The style-sheet is currently completely bogus. Apologies in advance.
36 [9]: http://common-lisp.net/project/cl-graph/documentation/
38 {anchor mailing-lists}
42 * [cl-graph-devel][devel-list]: A list for questions,
43 patches, bug reports, and so on; It's for everything.
49 metabang.com is switching from [darcs][] to [git][]
50 for source control; the current cl-graph repository is on
51 [github][github-cl-graph] and you can clone it using:
53 git clone git://github.com/gwkkwg/cl-graph
55 (note that you'll also
56 need to get several other bits and pieces to get CL-Graph to
57 work. The commands are listed below:
59 git clone git://github.com/gwkkwg/metabang-bind
60 git clone git://github.com/gwkkwg/metatilities-base
61 git clone git://github.com/gwkkwg/moptilities
63 You might also want [dynamic-classes][]:
65 git clone git://github.com/gwkkwg/dynamic-classes
67 CL-Graph (and friends) should also be [ASDF
68 installable][asdf-install]. Its CLiki home is right
69 [where][cliki-home] you'd expect.
71 There's also a handy [gzipped tar file][tarball].
76 Moved to github; minor cleanup.
79 Lots of new [CL-Graph][16] documentation.
81 [16]: http://common-lisp.net/project/cl-graph/documentation/
84 Wrote a mini tutorial and published it on [unCLog][17].
86 [17]: http://www.metabang.com/unclog/publisha/atinybit.html
94 {include resources/footer.md}