;;;; -*- Hen -*- ((egg "sfht.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "sfht.meta" "sfht.setup" "sfht-eggdoc.scm" "sfht.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 sfht depends on. (needs eggdoc test matchable sparse-vectors) (eggdoc "sfht-eggdoc.scm") (author "Ivan Raikov") (synopsis "A dictionary data structure based on counting Bloom filters."))