cl-ggp.reasoner.asd @ 4e100d7ed0b0

Prep for initial release
author Steve Losh <steve@stevelosh.com>
date Fri, 10 Feb 2017 16:27:29 +0000
parents a07961309f28
children abdfc9d3ab4b
(asdf:defsystem :cl-ggp.reasoner
  :description "A reasoner to use as a starting point for General Game Playing clients."

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

  :license "MIT/X11"
  :version "1.0.0"

  :depends-on (:temperance
               :cl-ggp)

  :serial t
  :components ((:file "package.reasoner")
               (:module "src"
                :components ((:file "reasoner")))))