magitek.asd @ 5cfeafea0350

First robot
author Steve Losh <steve@stevelosh.com>
date Mon, 16 Jan 2017 18:05:46 +0000
parents f713831941d4
children d69d74b71d8f
(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 (:losh
               :chirp
               :sqlite
               :iterate
               :chancery
               :named-readtables
               :cl-arrows)

  :serial t
  :components ((:module "vendor" :serial t
                :components ((:file "quickutils-package")
                             (:file "quickutils")))
               (:file "package")
               (:module "src" :serial t
                :components ((:file "auth")
                             (:file "database")
                             (:module "robots"
                              :components ((:file "git-commands")))
                             (:file "main")))))