;;; spiffy.meta -*- Hen -*- ((egg "spiffy.egg") (synopsis "A small but powerful web server") (author "Felix Winkelmann") (category web) (license "BSD") (doc-from-wiki) (depends openssl (intarweb 0.2) uri-common defstruct sendfile matchable) (test-depends test) (files "web-scheme-handler.scm" "spiffy.setup" "simple-directory-handler.scm" "cgi-handler.scm" "spiffy.meta" "ssp-handler.scm" "spiffy.scm" "tests/run.scm" "tests/testweb/secrets/spiffy-access" "tests/testweb/secrets/bank/pin-code.txt" "tests/testweb/secrets/password.txt" "tests/testweb/once.scm" "tests/testweb/data" "tests/testweb/index.html" "tests/testweb/hello.txt" "tests/testweb/ssp/included.ssp" "tests/testweb/ssp/dynamic.ssp" "tests/testweb/ssp/static.html" "tests/testweb/ssp/mixed.ssp" "tests/testweb/ssp/inline.ssp" "tests/testweb/ssp/uninterpreted.txt" "tests/testweb/ssp/ssp-stringize.ssp" "tests/testweb/ssp/exit.ssp" "tests/testweb/ssp/include-ssp.ssp" "tests/testweb/web-scheme/string.ws" "tests/testweb/subdir/spiffy-access" "tests/testweb/subdir/index.html" "tests/testweb/subdir/subsubdir/index.html" "tests/testweb/pics/lambda-chicken.gif" "tests/testweb/pics/chicken-logo.png" "tests/testlib.scm"))