File: control

package info (click to toggle)
ruby-async-pool 0.11.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 256 kB
  • sloc: ruby: 874; makefile: 4
file content (25 lines) | stat: -rw-r--r-- 976 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-async-pool
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Hideki Yamane <henrich@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1),
               ruby-async (>= 2.0),
               ruby-sus,
               ruby-sus-fixtures-async,
               ruby-sus-fixtures-benchmark,
               ruby-traces
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-async-pool.git -b debian/sid
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-async-pool/tree/debian/sid
Homepage: https://github.com/socketry/async-pool
Testsuite: autopkgtest-pkg-ruby

Package: ruby-async-pool
Architecture: all
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: singleplex and multiplex resource pool for implementing robust clients
 Async::Pool provides support for connection pooling both singleplex
 and multiplex resources.