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.
|
(defsystem "webshit2"
|
|
:description "Upcoming web site."
|
|
:version "0.0.1"
|
|
:author "Meido <mil@bloome.rs>"
|
|
:licence "GPL"
|
|
:depends-on ("bknr.datastore" "woo" "spinneret" "split-sequence" "bordeaux-threads" "parenscript"
|
|
"uuid" "flexi-streams")
|
|
:components ((:file "webshit")))
|