Use pattern matching to clean things up
author |
Steve Losh <steve@stevelosh.com> |
date |
Fri, 20 Jan 2017 00:02:27 +0000 |
parents |
1a365d4ae7bc |
children |
dfe140066ff6 |
(asdf:defsystem :magitek
:description "Whimsical robots infused with just a hint of magic."
:author "Steve Losh <steve@stevelosh.com>"
:license "MIT/X11"
:version "1.0.0"
:depends-on (
:chancery
:chirp
:cl-arrows
:clss
:drakma
:fare-quasiquote
:fare-quasiquote-readtable
:flexi-streams
:html-entities
:iterate
:jonathan
:losh
:named-readtables
:plump
:sanitize
:split-sequence
:sqlite
:trivia
:trivia.quasiquote
)
:serial t
:components ((:module "vendor" :serial t
:components ((:file "quickutils-package")
(:file "quickutils")))
(:file "package")
(:module "src" :serial t
:components ((:file "database")
(:file "twitter")
(:file "markov")
(:module "robots"
:components ((:file "git-commands")
(:file "hacker-booze")
(:file "rpg-shopkeeper")))
(:file "main")))))