;;; foof-loop.egg -*- Scheme -*- ((synopsis "Extensible looping macros (originally based on Alex Shinn's)") (category lang-exts) (author "Taylor R Campbell") (license "Public Domain") (test-dependencies test) (components (extension foof-loop ;; A bit odd to put the main code not in ;; foof-loop.scm, but makes it easy to drop-in ;; replace a new upstream version. (source "foof-loop-module.scm") (source-dependencies "foof-loop.scm" "syn-param.scm") (csc-options "-case-insensitive"))))