cl-digraph

2023-10-21

Simple directed graphs for Common Lisp.

Upstream URL

hg.stevelosh.com/cl-digraph/

Author

Steve Losh <steve@stevelosh.com>

License

MIT/X11, MIT
README

cl-digraph is an implementation of a mutable directed graph data structure for Common Lisp.

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.

Dependencies (1)

  • cl-dot

Dependents (0)

    • GitHub
    • Quicklisp