cl-ggp.reasoner.asd @ 4ce62327f4bd

Add `abort` support, tweak examples for ELS
author Steve Losh <steve@stevelosh.com>
date Mon, 03 Apr 2017 23:52:37 +0200
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")))))