magitek.asd @ 21d537ce910a

Add database.sqlite to .hgignore.
author Steve Losh <steve@stevelosh.com>
date Mon, 16 Jan 2017 18:04:10 +0000
parents f713831941d4
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")))))