losh.asd @ 1c26cbbe73b6
Make sure we're portable
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Thu, 03 Nov 2016 17:25:45 +0000 |
parents | 6aeaaa9a56bf |
children | 71fe6a16fcef |
(asdf:defsystem #:losh :name "losh" :description "My personal utility belt library." :author "Steve Losh <steve@stevelosh.com>" :license "MIT/X11" :version "0.0.1" :depends-on (#:iterate) :serial t :components ((:module "vendor" :serial t :components ((:file "quickutils"))) (:file "package") (:file "losh")))