cl-blt.asd @ 84afcac4fb3a

Word wrapping...
author Steve Losh <steve@stevelosh.com>
date Wed, 12 Apr 2017 01:25:23 +0000
parents f61929db839b
children a2fb5d06bfb6
(asdf:defsystem :cl-blt
  :description "Common Lisp wrapper for bearlibterminal"

  :author "Steve Losh <steve@stevelosh.com>"

  :license "MIT/X11"
  :version "1.0.0"

  :depends-on (:cffi :trivial-main-thread)

  :serial t
  :components ((:module "vendor" :serial t
                :components ((:file "quickutils-package")
                             (:file "quickutils")))
               (:file "package")
               (:module "src" :serial t
                :components
                ((:module "low-level" :serial t
                  :components ((:file "bearlibterminal")))
                 (:module "high-level" :serial t
                  :components ((:file "bearlibterminal")))))))