losh.asd @ 1c5dff36922b
Remove `hash-sets` package. Use cl-hamt or something instead
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Thu, 03 Nov 2016 18:26:11 +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")))