syrup/syrup.asd

10 lines
301 B
Text
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"
2024-06-12 21:37:57 +00:00
:components ((:file "syrup")
(:file "exports"))
:serial t)