cl-ggp.asd @ 1a4608813a73

Add some documentation for the reasoner and a few missing functions
author Steve Losh <steve@stevelosh.com>
date Sun, 29 Jan 2017 22:07:19 +0000
parents a07961309f28
children 4e100d7ed0b0
(asdf:defsystem :cl-ggp
  :name "ggp"
  :description "A framework for writing 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 (#:clack
               #:flexi-streams
               #:optima
               #:fare-quasiquote-optima
               #:fare-quasiquote-readtable)

  :serial t
  :components ((:file "package")
               (:module "src"
                :components ((:file "ggp")))))