;; -*- Hen -*- ((egg "srfi-127.egg") ; List of files that should be bundled alongside egg (files "lseqs/lseqs.scm" "lseqs/lseqs-impl.scm" "lseqs/r7rs-shim.scm" "lseqs/lseqs-test.scm" "tests/run.scm" "srfi-127.setup" "srfi-127.meta" "srfi-127.release-info" "LICENSE" "README.org") (license "BSD") (category data) (test-depends test) (author "John Cowan") (maintainer "Jeremy Steward") (synopsis "SRFI-127: Lazy Sequences") (email "cowan@ccil.org") (repo "https://github.com/scheme-requests-for-implementation/srfi-127"))