losh.asd @ 410ea6dead95

Add `gimme` and `gnuplot-histogram` and a couple other things
author Steve Losh <steve@stevelosh.com>
date Thu, 22 Jun 2017 18:39:52 +0000
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")))