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