;; -*- Hen -*- ((egg "smtp.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "smtp.setup" "smtp.scm" "smtp.meta" "tests") ; Your egg's license: (license "GPL-3") ; Pick one from the list of categories (see below) for your egg and ; enter it here. (category net) ; A list of eggs smtp depends on. (needs matchable typeclass datatype (abnf 5.0) ) (test-depends test) (doc-from-wiki) (author "Ivan Raikov") (synopsis "Parser combinators and state machine for Simple Mail Transfer Protocol (RFC 5321)."))