syrup/syrup.asd

8 lines
256 B
Plaintext
Raw Normal View History

2024-05-29 14:28:38 +00:00
(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")))