;; -*- Hen -*- ((egg "formular.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "formular.meta" "formular.setup" "form2wiki.scm" "form2txt.scm" "formular.scm" "FormMail.pl") ; 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 formular depends on. (needs typeclass input-classes (rb-tree 4.0) (abnf 6.0) (mbox 4.0) (internet-message 6.0) ssax getopt-long fmt utf8 byte-blob-stream) (author "Ivan Raikov") (synopsis "Process CGI email forms."))