;; -*- Hen -*- ((egg "format-graph.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "format-graph.meta" "format-graph-eggdoc.scm" "format-graph.setup" "format-graph.scm" "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 io) ; A list of eggs format-graph depends on. (needs eggdoc matchable) (eggdoc "format-graph-eggdoc.scm") (author "Ivan Raikov") (synopsis "Prints a graph in various formats."))