chancery.asd @ 11dfd8438119 default tip
Added tag v1.0.1 for changeset acf092c22cdb
| author | Steve Losh <steve@stevelosh.com> |
|---|---|
| date | Thu, 27 Aug 2020 22:17:20 -0400 |
| parents | acf092c22cdb |
| children | (none) |
(asdf:defsystem :chancery :description "A library for procedurally generating text, inspired by Tracery." :author "Steve Losh <steve@stevelosh.com>" :homepage "https://docs.stevelosh.com/chancery/" :license "MIT/X11" :version "1.0.1" :depends-on (:named-readtables) :in-order-to ((asdf:test-op (asdf:test-op :chancery.test))) :serial t :components ((:module "vendor" :serial t :components ((:file "quickutils-package") (:file "quickutils"))) (:file "package") (:module "src" :serial t :components ((:file "readtable") (:file "chancery")))))