;; -*- Hen -*- ((egg "blob-record.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "blob-record.setup" "blob-record.meta" "blob-record.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 blob-record depends on. (needs byte-blob) (test-depends test) (author "Ivan Raikov") (synopsis "A facility for representing records as blobs."))