scully.asd @ 87b80a1dabb2

Initial project skeleton
author Steve Losh <steve@stevelosh.com>
date Thu, 08 Sep 2016 14:53:36 +0000
parents (none)
children 77db7de3a21c
(asdf:defsystem #:scully
  :name "scully"
  :description "A General Game Player for imperfect-information games"

  :author "Steve Losh <steve@stevelosh.com>"

  :license "MIT/X11"
  :version "1.0.0"

  :depends-on ()

  :serial t
  :components ((:module "vendor"
                :serial t
                :components ((:file "quickutils-package")
                             (:file "quickutils")))
               (:file "package")
               (:module "src"
                :serial t
                :components ((:file "scully")))))