Laying your own eggs 2 / 3 Two files needed in your source directory: .setup and .meta A typical .setup script (compile -s "parley.scm" -J) (compile -s "parley.import.scm") (install-extension 'parley '("parley.so" "parley.import.so") '((version 0.3))) The .meta file for parley ((egg "parley.egg") (synopsis "A readline replacement written in scheme based on linenoise.") (author "Christian Kellermann") (maintainer "Christian Kellermann") (category io) (license "BSD") (needs stty) (files "parley.setup" "parley.scm" "parley.meta"))