losh.asd @ 280b721cfa9f

Add `[if/when]-let(*)` variants that actually might work
author Steve Losh <steve@stevelosh.com>
date Wed, 27 Sep 2017 19:45:42 -0400
parents 1a0146c5e62d
children 566c907b762a
(asdf:defsystem :losh
  :name "losh"
  :description "My personal utility belt library."

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

  :license "MIT"
  :version "0.0.1"

  :depends-on (:iterate
               #+sbcl :sb-sprof
               )

  :serial t
  :components
  ((:module "vendor"
    :serial t
    :components ((:file "quickutils")))
   (:file "package")
   (:file "losh")))