;;; -*- Hen -*- ((egg "srfi-4-utils.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "srfi-4-utils.scm" "srfi-4-utils.meta" "srfi-4-utils.setup") ; 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 matrix-utils depends on. (needs srfi-42 srfi-4-comprehensions ) (author "Ivan Raikov") (synopsis "Utility functions for SRFI-4 vectors."))