cl-ggp.reasoner.asd @ f3b91b4a82b3
Fix docs
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Mon, 23 Dec 2019 16:26:14 -0500 |
parents | abdfc9d3ab4b |
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")))))