Add the reasoner
author |
Steve Losh <steve@stevelosh.com> |
date |
Sun, 29 Jan 2017 12:53:28 +0000 |
parents |
(none) |
children |
4e100d7ed0b0 |
(asdf:defsystem :cl-ggp.reasoner
:name "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 "0.0.1"
:depends-on (:temperance
:cl-ggp)
:serial t
:components ((:file "package.reasoner")
(:module "src"
:components ((:file "reasoner")))))