;; -*- Hen -*- ((egg "byte-blob-stream.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "byte-blob-stream.scm" "byte-blob-stream.meta" "byte-blob-stream.setup" "tests/run.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 data) ; A list of eggs byte-blob-stream depends on. (needs srfi-41 byte-blob) (test-depends test) (doc-from-wiki) (author "Ivan Raikov") (synopsis "Lazy byte blobs"))