cl-ggp.reasoner.asd @ 398709a1dc28 default tip

Update URLs
author Steve Losh <steve@stevelosh.com>
date Tue, 14 Jan 2020 19:49:37 -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")))))