tdcb.asd @ c689117887e3

Add scratch.lisp to .hgignore
author Steve Losh <steve@stevelosh.com>
date Sat, 25 Jul 2020 15:48:15 -0400
parents a3237e7f8fc8
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")))))