docs/01-installation.markdown @ 5be8c89f99ce
Added tag v1.3.0 for changeset 0434eb58dde3
author |
Steve Losh <steve@stevelosh.com> |
date |
Tue, 03 Dec 2019 19:34:46 -0500 |
parents |
e88c9fd73e3b |
children |
(none) |
Installation
============
cl-digraph can be installed with [Quicklisp][]: `(ql:quickload :cl-digraph)`
The `cl-digraph` system contains the core API and has no dependencies.
The `cl-digraph.dot` system contains support for drawing digraphs with Graphviz
using [cl-dot][].
The `cl-digraph.test` system contains the test suite, which uses [1am][].
[quicklisp]: https://quicklisp.org/
[1am]: https://github.com/lmj/1am
[cl-dot]: https://github.com/michaelw/cl-dot