cl-ggp.reasoner.asd @ abdfc9d3ab4b

Add LICENSE
author Steve Losh <steve@stevelosh.com>
date Tue, 14 Mar 2017 13:33:08 +0000
parents 4e100d7ed0b0
children (none)
(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"
  :version "1.0.0"

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

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