; -*- Hen -*- ((egg "html-form.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "html-form.scm" "wforms.css" "html-form.setup" "html-form.meta" "tests/run.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 web) ; A list of eggs html-form depends on. (needs matchable) (doc-from-wiki) (author "Ivan Raikov") (synopsis "HTML form constructor."))