8 lines
256 B
Text
8 lines
256 B
Text
|
(asdf:defsystem "syrup"
|
||
|
:description "Assorted syntactic sugar for Lisp."
|
||
|
:version "1.0"
|
||
|
:author "~keith <keith@keithhacks.cyou>"
|
||
|
:homepage "https://bytes.keithhacks.cyou/keith/syrup"
|
||
|
:license "Public Domain/CC0"
|
||
|
:components ((:file "syrup")))
|