losh.asd @ 1475bc2740d2

Shut up
author Steve Losh <steve@stevelosh.com>
date Fri, 16 Sep 2016 13:53:09 +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")))