tdcb.asd @ 3835748a929e

Rename file
author Steve Losh <steve@stevelosh.com>
date Sat, 18 Jul 2020 22:49:13 -0400
parents 725fdf7522c8
children a3237e7f8fc8
(asdf:defsystem :tdcb
  :description "The Data Compression Book in Common Lisp"
  :author "Steve Losh <steve@stevelosh.com>"

  :license "MIT"

  :depends-on ()

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