Source: ruby-remcached
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Praveen Arimbrathodiyil <praveen@debian.org>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), 
 memcached, rake, ruby-rspec, ruby-eventmachine
Standards-Version: 3.9.4
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-remcached.git
Vcs-Browser: http://anonscm.debian.org/pkg-ruby-extras/ruby-remcached.git
Homepage: http://github.com/astro/remcached/
XS-Ruby-Versions: all

Package: ruby-remcached
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
Description: Ruby EventMachine memcached client
 Ruby EventMachine memCACHED client implementation
 .
 Provides a direct interface to the memcached protocol and its semantics
 .
 Uses the memcached `binary protocol`_ to reduce parsing overhead on
 the server side (requires memcached >= 1.3)
 .
 Supports multiple servers with simple round-robin key hashing in a 
 fault-tolerant way
 .
 Writing your own abstraction layer is recommended
 .
 Uses RSpec
 .
 Partially documented in RDoc-style
