losh.asd @ f71d1be7cd2f

Add `define-with-macro` which nobody should ever use
author Steve Losh <steve@stevelosh.com>
date Mon, 15 Aug 2016 04:37:02 +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")))