File: control

package info (click to toggle)
ruby-connection-pool 2.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 168 kB
  • sloc: ruby: 794; makefile: 6
file content (25 lines) | stat: -rw-r--r-- 950 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
Source: ruby-connection-pool
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               ruby-minitest
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-connection-pool.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-connection-pool
Homepage: https://github.com/mperham/connection_pool
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-connection-pool
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Multi-Arch: foreign
Description: generic connection pool for ruby
 MongoDB has its own connection pool.  ActiveRecord has its own connection pool.
 This is a generic connection pool that can be used with anything, e.g. Redis,
 Dalli and other Ruby network clients.