magitek.asd @ 4df358dc538b default tip

Update to build
author Steve Losh <steve@stevelosh.com>
date Sun, 28 Aug 2022 12:48:04 -0400
parents 77c86aa3b418
children (none)
(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 (

               :alexandria
               :chancery
               :chirp
               :fare-quasiquote
               :fare-quasiquote-readtable
               :flax
               :iterate
               :losh
               :named-readtables
               :split-sequence
               :sqlite
               :trivia
               :trivia.quasiquote
               :cl-netpbm

               )

  :defsystem-depends-on (:deploy)
  :build-operation "deploy-op"
  :build-pathname "magitek"
  :entry-point "magitek:main"

  :serial t
  :components ((:file "package")
               (:module "src" :serial t
                :components ((:file "readtables")
                             (:file "database")
                             (:file "twitter")
                             (:file "markov")
                             (:file "diamond-square")
                             (:module "robots"
                              :components ((:file "git-commands")
                                           (:file "lisp-talks")
                                           (:file "bit-loom")
                                           (:file "frantic-barista")
                                           (:file "rpg-shopkeeper")))
                             (:file "main")))))