File: control

package info (click to toggle)
ruby-redis-store 1.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 272 kB
  • sloc: ruby: 1,455; makefile: 6
file content (34 lines) | stat: -rw-r--r-- 1,228 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
25
26
27
28
29
30
31
32
33
34
Source: ruby-redis-store
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc@autistici.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1),
               procps,
               rake,
               redis-server,
               ruby-redis (<< 5),
               ruby-redis (>= 4),
               ruby-minitest,
               ruby-mocha,
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-redis-store.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-redis-store
Homepage: https://github.com/redis-store/redis-store
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-redis-store
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: redis-server,
         ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: redis stores for Ruby frameworks
 Redis Store provides a full set of stores (*Cache*, I18n, Session, HTTP Cache)
 for modern Ruby frameworks like: Ruby on Rails, Sinatra, Rack, Rack::Cache and
 I18n. It supports object marshalling, timeouts, single or multiple nodes, and
 namespaces.