;; -*- 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.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 matchable) (test-depends test digraph) (author "Ivan Raikov") (synopsis "Prints a graph in various formats."))