Rename
author |
Steve Losh <steve@stevelosh.com> |
date |
Sat, 05 Nov 2016 19:36:53 +0000 |
parents |
5504cf7fd389 |
children |
(none) |
(asdf:defsystem :cl-digraph
:name "digraph"
:description "Simple directed graphs for Common Lisp."
:author "Steve Losh <steve@stevelosh.com>"
:license "MIT/X11"
:version "1.0.0"
:depends-on ()
:serial t
:components ((:module "vendor" :serial t
:components ((:file "quickutils-package")
(:file "quickutils")))
(:file "package")
(:module "src" :serial t
:components ((:file "directed-graph")))))