docs/index.markdown @ 8cf220c55f13 v1.2.1

Make copy-digraph actually copy the data
author Steve Losh <steve@stevelosh.com>
date Sat, 03 Nov 2018 15:37:35 -0400
parents e88c9fd73e3b
children 0434eb58dde3
cl-digraph is an implementation of a mutable [directed graph][] data structure
for Common Lisp.

* **License:** MIT
* **Documentation:** <https://sjl.bitbucket.io/cl-digraph/>
* **Mercurial:** <http://bitbucket.org/sjl/cl-digraph/>
* **Git:** <http://github.com/sjl/cl-digraph/>

cl-digraph focuses on simplicity, correctness, and usability.  Performance is
not *terrible*, but is not a high priority.

It is currently not thread-safe, but this may happen in the future.

The test suite currently passes in SBCL, CCL, ECL, and ABCL on OS X and Debian.
Further testing is welcome.

[directed graph]: https://en.wikipedia.org/wiki/Directed_graph