silt.asd @ ff3c6b0fefe8

Split out the utils to cl-losh
author Steve Losh <steve@stevelosh.com>
date Fri, 05 Aug 2016 23:48:38 +0000
parents 6010c396464b
children a5438ac6a2a0
(asdf:defsystem #:silt
  :name "silt"
  :description "Lisp Game Jam, August 2016"

  :author "Steve Losh <steve@stevelosh.com>"

  :license "MIT/X11"
  :version "0.0.1"

  :depends-on (#:iterate
               #:cl-charms
               #:cl-arrows
               #:sb-sprof
               #:losh)

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