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