((egg "caketext.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. Note ; that caketext.meta does not need to be listed here (files "caketext.scm" "caketext-doc.html" "caketext.setup") ; The following should only be present if the egg's documentation should be ; generated from the wiki: (doc-from-wiki) ; Your egg's license: (license "Public Domain") ; Pick one from the list of categories (see below) for your egg and enter it ; here. (category misc) ; A list of eggs caketext depends on. If none, you can omit this declaration ; altogether: (needs format-modular srfi-13 extras) (author "Robin Lee Powell") (synopsis "A localization egg after Perl's Locale::Maketext"))