((egg "tinyclos-xerox.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "tinyclos-xerox.meta" "tiny-examples.scm" "tiny-clos.scm" "tinyclos-xerox.setup" "tinyclos-xerox.scm" "tiny-announce.text" "README.chicken" "support.scm" "tiny-rpp.text" "tests/mit-scheme-test.2009-11-05.log" "tests/tiny-examples.scm" "tests/tiny-clos.scm" "tests/support.scm" "tests/mit-scheme-test.scm") ; Your egg's license: (license "XEROX") ; Pick one from the list of categories (see below) for your egg and ; enter it here. (category oop) ; A list of eggs tinyclos-xerox depends on. (depends) (test-depends) (doc-from-wiki) (author "Gregor Kiczales, Tony Sidaway") (synopsis "Experimental copy of the original Xerox PARC copy of tiny-clos"))