cacl.asd @ c5a16c723abb
Clean up, remove webshit
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Fri, 28 Feb 2020 20:36:35 -0500 |
parents | c2a0734fb39e |
children | (none) |
(asdf:defsystem :cacl :description "RPN calculator in Common Lisp" :author "Steve Losh <steve@stevelosh.com>" :license "MIT/X11" :version "0.0.1" :depends-on (:adopt :alexandria :losh :iterate :str :uiop) :serial t :components ( (:module "src" :serial t :components ((:file "package") (:file "base") (:file "math")))))