Set up some basic help infrastructure
author |
Steve Losh <steve@stevelosh.com> |
date |
Sun, 18 Mar 2018 13:06:01 -0400 |
parents |
498989a23d4d |
children |
ef33bdcca28e |
(asdf:defsystem :cacl
:description "RPN calculator in Common Lisp"
:author "Steve Losh <steve@stevelosh.com>"
:license "MIT/X11"
:version "0.0.1"
:depends-on (:losh
:iterate)
:serial t
:components ((:module "vendor" :serial t
:components ((:file "quickutils-package")
(:file "quickutils")))
(:file "package")
(:module "src" :serial t
:components ((:file "main")))))