(asdf:defsystem "syrup" :description "Assorted syntactic sugar for Lisp." :version "1.1" :author "~keith " :homepage "https://bytes.keithhacks.cyou/keith/syrup" :license "Public Domain/CC0" :components ((:file "syrup") (:file "exports") (:file "control-flow")) :serial t)