;;;; -*- Hen -*- ((egg "graph-ssa.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "graph-ssa.setup" "graph-ssa.meta" "ssa-eggdoc.scm" "ssa.scm") ; Your egg's license: (license "BSD") ; Pick one from the list of categories (see below) for your egg and ; enter it here. (category data) ; A list of eggs graph-ssa depends on. (needs eggdoc matchable graph-dominators) (eggdoc "ssa-eggdoc.scm") (author "Richard Kelsey") (synopsis "Compute static single assignment form of a graph."))