tdcb.asd @ a3237e7f8fc8

Add a simple UI skeleton
author Steve Losh <steve@stevelosh.com>
date Sun, 19 Jul 2020 18:24:27 -0400
parents 3835748a929e
children 716d1110c12f
(asdf:defsystem :tdcb
  :description "The Data Compression Book in Common Lisp"
  :author "Steve Losh <steve@stevelosh.com>"

  :license "MIT"

  :depends-on (:adopt)

  :serial t
  :components ((:module "src" :serial t
                :components ((:file "package")
                             (:file "utilities")
                             (:file "bits")
                             (:file "main")))))