magitek.asd @ f713831941d4

Add some Twitter auth machinery
author Steve Losh <steve@stevelosh.com>
date Mon, 16 Jan 2017 13:49:03 +0000
parents f088d1a1afd6
children 5cfeafea0350
(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
               :cl-arrows)

  :serial t
  :components ((:module "vendor" :serial t
                :components ((:file "quickutils-package")
                             (:file "quickutils")))
               (:file "package")
               (:module "src" :serial t
                :components ((:file "creds")
                             (:file "auth")
                             (:file "main")))))