; -*- Hen -*- ((egg "endian-port.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "endian-port.scm" "endian-port.setup" "endian-port.meta" "endian-port-eggdoc.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 io) ; A list of eggs endian-port depends on. If none, you can omit this ; declaration altogether: (needs eggdoc iset endian-blob) (eggdoc "endian-port-eggdoc.scm") (author "Ivan Raikov, partially reimplemented by Shawn Rutledge") (synopsis "An I/O port that supports different endian formats."))