superfluous-parentheses/superfluous-parentheses.asd

11 lines
374 B
Common Lisp

;;;; superfluous-parentheses.asd
;;;; system definition file
(defsystem "superfluous-parentheses"
:description "Syntactic sugar to allow [] and {} in place of normal parentheses."
:version "1.0"
:author "keith"
:homepage "https://bytes.keithhacks.cyou/keith/superfluous-parentheses"
:license "Public Domain/CC0"
:components ((:file "superfluous-parentheses")))