;;;; -*- Hen -*- ((egg "cis.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "cis.meta" "cis.setup" "tests/run.scm" "cis.scm") ; Your egg's license: (license "LGPL-3") ; Pick one from the list of categories (see below) for your egg and ; enter it here. (category data) ; A list of eggs cis depends on. (needs) (test-depends test) (author "Ivan Raikov") (synopsis "Compact integer sets."))