losh.asd @ b46ad82523a6

Add generator to random utils, remove automatic - from with-macro conc name
author Steve Losh <steve@stevelosh.com>
date Sat, 03 Feb 2018 15:51:31 -0500
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")))