beast.asd @ e6e8c6e2ef91

Fix system redefinition
author Steve Losh <steve@stevelosh.com>
date Wed, 10 Aug 2016 16:23:52 +0000
parents 5b0b6db792ef
children 10d0e52e7ef3
(asdf:defsystem #:beast
  :name "beast"
  :description "Basic Entity/Aspect/System Toolkit"

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

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

  :depends-on ()

  :serial t
  :components ((:file "quickutils")
               (:file "package")
               (:file "beast")))