;;;; -*- Hen -*- ((egg "memcached.egg") ; This should never change ; List here all the files that should be bundled as part of your egg. (files "memcached.meta" "memcached.setup" "memcached.scm" "tests") ; Your egg's license: (license "BSD") ; Pick one from the list of categories (see below) for your egg and ; enter it here. (category net) ; A list of eggs memcached depends on. (needs s11n) (test-depends test) (author "Ivan Raikov") (synopsis "Client interface to the Memcached protocol."))