1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: ruby-dalli
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper-compat (= 13),
gem2deb,
memcached,
ruby-connection-pool,
ruby-prof,
ruby-rails,
ruby-simplecov
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-dalli.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-dalli
Homepage: https://github.com/petergoldstein/dalli
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no
Package: ruby-dalli
Architecture: all
Depends: ${misc:Depends},
${ruby:Depends},
${shlibs:Depends},
ruby-connection-pool
Suggests: ruby-kgio
Description: memcached client library for Ruby
Dalli is a high performance pure Ruby client for accessing memcached servers.
It only works with memcached version 1.4 and higher, as it uses the binary
protocol only available starting with memcached 1.4.
|