; -*- Hen -*- ((egg "strictly-pretty.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "strictly-pretty.meta" "strictly-pretty.setup" "strictly-pretty.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 strictly-pretty depends on. (needs datatype matchable) (doc-from-wiki) (author "Ivan Raikov") (synopsis "Algebraic pretty printer."))