Source: ruby-remcached Section: ruby Priority: optional Maintainer: Debian Ruby Team Uploaders: Praveen Arimbrathodiyil Build-Depends: debhelper-compat (= 13), gem2deb, memcached, rake, ruby-eventmachine, ruby-rspec Standards-Version: 3.9.7 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-remcached.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-remcached Homepage: https://github.com/astro/remcached/ Testsuite: autopkgtest-pkg-ruby XS-Ruby-Versions: all Package: ruby-remcached Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby:any | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends} 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