kutils/kutils.asd

13 lines
274 B
Common Lisp

;;;; kutils.asd
(asdf:defsystem #:kutils
:description "Kyle's utility package"
:author "K. Isom <kyle@metacircular.net>"
:license "MIT License"
:serial t
:components ((:file "package")
(:file "on")
(:file "lol")
(:file "kutils")))