cl-digraph.dot.asd @ 12700a8dbc35

Clean up with `:allow-other-keys` on the caller side
author Steve Losh <steve@stevelosh.com>
date Mon, 02 Jan 2017 16:38:13 +0000
parents f5cdc0242ec0
children b1e67e3dd37f
(asdf:defsystem :cl-digraph.dot
  :description "cl-dot support for cl-digraph"

  :author "Steve Losh <steve@stevelosh.com>"
  :license "MIT/X11"

  :depends-on (:cl-digraph
               :cl-dot)

  :serial t
  :components ((:file "package.dot")
               (:module "src" :serial t
                :components ((:file "dot")))))