Prep for initial release
author |
Steve Losh <steve@stevelosh.com> |
date |
Fri, 10 Feb 2017 16:27:29 +0000 |
parents |
a07961309f28 |
children |
abdfc9d3ab4b |
(asdf:defsystem :cl-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 "1.0.0"
:depends-on (:clack
:flexi-streams
:optima
:fare-quasiquote-optima
:fare-quasiquote-readtable)
:serial t
:components ((:file "package")
(:module "src"
:components ((:file "ggp")))))