;;;; -*- Hen -*- ((egg "object-graph.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "object-graph.setup" "object-graph.scm" "object-graph.meta" "tests") ; 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 object-graph depends on. (needs) (author "Ivan Raikov") (synopsis "Graph description generator for graphs of arbitrary objects."))