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
|
Source: ruby-async-pool
Section: ruby
Priority: optional
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 (>= 1.25), ruby-async (<< 2.0),
# Not ready yet
# ruby-sus (>= 0.12), ruby-sus ((<< 1.0),
# ruby-sus-fixtures-async,
Standards-Version: 4.6.1
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
XS-Ruby-Versions: all
Rules-Requires-Root: no
Package: ruby-async-pool
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
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.
|