;;;; -*- Hen -*- ((egg "suffix-tree.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "suffix-tree.scm" "suffix-tree.setup" "suffix-tree.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 suffix-tree depends on. (needs datatype matchable) (test-depends test) (author "Ivan Raikov") (synopsis "An implementation of the suffix tree data structure."))