Fix bitrot
author |
Steve Losh <steve@stevelosh.com> |
date |
Sat, 04 Nov 2017 13:41:35 -0400 |
parents |
f9fe3b75ce0a |
children |
0cd848f60230 |
(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
:fare-quasiquote
:fare-quasiquote-readtable
:iterate
:losh
:named-readtables
: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 "readtables")
(:file "database")
(:file "twitter")
(:file "markov")
(:module "robots"
:components ((:file "git-commands")
(:file "lisp-talks")
(:file "frantic-barista")
(:file "rpg-shopkeeper")))
(:file "main")))))