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