;; -*- Hen -*- ((egg "groc.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "groc.setup" "groc.meta" "groc.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 graphics) ; A list of eggs grov depends on. (needs datatype typeclass) (test-depends test) (author "Ivan Raikov") (synopsis "Generic interface for two-dimensional graphics output."))