;;;; -*- Hen -*- ((egg "sigma.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "sigma.css" "slide-template.scm" "sigma.setup" "sigma.meta" "sigma.scm" "sigma-eggdoc.scm" "index-template.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 tools) ; A list of eggs sigma depends on. (needs eggdoc args sxml-transforms doctype utf8 uri-generic fmt matchable) (eggdoc "sigma-eggdoc.scm") (author "Ivan Raikov") (synopsis "An image gallery generator."))