cl-ggp.asd @ 6a94205a7e4f

Add GDL-II support
author Steve Losh <steve@stevelosh.com>
date Fri, 16 Sep 2016 14:22:01 +0000
parents 251cea71ed58
children a07961309f28
(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")))))