chancery.asd @ 678e161802f5

Initial commit
author Steve Losh <steve@stevelosh.com>
date Wed, 11 Jan 2017 12:53:13 +0000
parents (none)
children f31f114d1e79
(asdf:defsystem :chancery
  :description "A library for procedurally generating data, inspired by Tracery."

  :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 "chancery")))))