You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
(asdf/parse-defsystem:defsystem :flan-utils
|
|
:description
|
|
"Some random utilities"
|
|
:author
|
|
"Rin <flanchan@cumallover.me>"
|
|
:license
|
|
"None"
|
|
:version
|
|
"0.2.0"
|
|
:serial
|
|
t
|
|
:depends-on
|
|
(#:cl-ppcre #:bordeaux-threads)
|
|
:components
|
|
((:file "flan-utils")))
|