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