;; -*- Hen -*- ((egg "scheme0-pe.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "scheme0-pe.setup" "scheme0-pe.meta" "analyse.ss" "annotate.ss" "scheme0.ss" "spec.ss") ; Your egg's license: (license "MIT") ; Pick one from the list of categories (see below) for your egg and ; enter it here. (category code-generation) ; A list of eggs scheme0-pe depends on. (needs) (author "Peter Sestoft") (maintainer "Ivan Raikov") (synopsis "Partial evaluator for the Scheme0 language."))