File: control

package info (click to toggle)
ruby-redis-clustering 5.3.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 92 kB
  • sloc: ruby: 256; makefile: 7
file content (24 lines) | stat: -rw-r--r-- 932 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: ruby-redis-clustering
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Nived R S <nivedrsalini@gmail.com>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1),
               ruby-redis (>= 5.3.0),
               ruby-redis-cluster-client (>= 0.10.0)
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-redis-clustering.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-redis-clustering
Homepage: https://github.com/redis/redis-rb/blob/master/cluster
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-redis-clustering
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: Ruby client library for Redis Cluster
 A Ruby client that tries to match Redis' Cluster API one-to-one, while still
 providing an idiomatic interface.