losh.asd @ 4ce0e524240d

Add `conc-name` to `define-with-macro` and fix some warnings
author Steve Losh <steve@stevelosh.com>
date Thu, 15 Sep 2016 13:59:19 +0000
parents 5c813bb6d9fe
children 6aeaaa9a56bf
(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
  ((:file "quickutils")
   (:file "package")
   (:file "losh")))