;; -*- Hen -*- ((egg "mbox.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "mbox.setup" "mbox.meta" "mbox.scm" "mbox-string.scm") ; Your egg's license: (license "GPL-3") ; Pick one from the list of categories (see below) for your egg and ; enter it here. (category parsing) ; A list of eggs mbox depends on. (needs typeclass input-classes (abnf 6.1) (internet-message 6.0) internet-timestamp ) (test-depends test) (doc-from-wiki) (author "Ivan Raikov") (synopsis "Routines for parsing Unix mbox files."))