(defsystem mortgage-calculator :author "Joseph J. Green " :maintainer "Joseph J. Green " :license "ISC" :homepage "https://" :version "0.1" :components ((:module "src" :serial t :components ((:file "mortgage-calculator")))) :description "Mortgage calculators" :long-description #.(uiop:read-file-string (uiop:subpathname *load-pathname* "README.md")) :in-order-to ((test-op (test-op my-project-test)))) #|(defsystem mortgage-calculator-test :author "Joseph J. Green " :license "ISC" :depends-on (:mortgage-calculator) :components ((:module "t" :serial t :components ((:file "mortgage-calculator"))))) |#