;; -*- Hen -*- ((egg "spatial-trees.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "spatial-trees.setup" "spatial-trees.meta" "kd-tree.scm" "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 spatial-tree depends on. (needs datatype typeclass cis) (test-depends test srfi-4-utils random-mtzig) (author "Ivan Raikov") (synopsis "Various spatial tree implementations."))