;;;; -*- Hen -*- ((egg "static-modules.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "static-modules.setup" "static-modules.scm" "static-modules.meta") ; Your egg's license: (license "GPL-3") ; Pick one from the list of categories (see below) for your egg and ; enter it here. (category lang-exts) ; A list of eggs static-modules depends on. (needs datatype ) (author "Ivan Raikov") (synopsis "ML-style module system for statically-typed languages."))