;;;; -*- Hen -*- ((egg "rb-tree.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "rb-tree.scm" "rb-tree.setup" "rb-tree.meta" "rb-tree-eggdoc.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 rb-tree depends on. (needs test eggdoc datatype matchable) (eggdoc "rb-tree-eggdoc.scm") (author "Ivan Raikov") (synopsis "A sorted dictionary data structure based on red-black trees."))