;;;; -*- Hen -*- ((egg "neuromorpho.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "neuromorpho.meta" "neuromorpho.scm" "neuromorpho.setup") ; Your egg's license: (license "GPL-3") ; Pick one from the list of categories (see below) for your egg and ; enter it here. (category tools) ; A list of eggs sigma depends on. (needs matchable html-parser sxml-transforms sxpath uri-generic getopt-long) (author "Ivan Raikov") (synopsis "Access the NeuroMorpho database."))