losh.asd @ 7f37cc5260ec

Try to unfuck the random-range stuff for floats
author Steve Losh <steve@stevelosh.com>
date Tue, 27 Dec 2016 00:15:55 -0500
parents 0e60bff93317
children 1a0146c5e62d
(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
               #+sbcl :sb-sprof
               )

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