losh.asd @ 6aeaaa9a56bf

Vendorize quickutils
author Steve Losh <steve@stevelosh.com>
date Sun, 18 Sep 2016 12:50:38 +0000
parents 5c813bb6d9fe
children 71fe6a16fcef
(asdf:defsystem #:losh
  :name "losh"
  :description "My personal utility belt library."

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

  :license "MIT/X11"
  :version "0.0.1"

  :depends-on (#:iterate)

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