tdcb.asd @ 725fdf7522c8

Use a struct instead
author Steve Losh <steve@stevelosh.com>
date Sat, 18 Jul 2020 22:46:32 -0400
parents adcbdf9b281a
children 3835748a929e
(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 "bit-streams")))))