File: control

package info (click to toggle)
ruby-net-http-pipeline 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 152 kB
  • sloc: ruby: 687; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 1,102 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
Source: ruby-net-http-pipeline
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Sophie Brun <sophie@offensive-security.com>, Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1~),
               rake,
               ruby-minitest,
               ruby-hoe
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-net-http-pipeline.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-net-http-pipeline
Homepage: https://github.com/drbrain/net-http-pipeline
XS-Ruby-Versions: all
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-net-http-pipeline
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: HTTP/1.1 pipelining implementation atop Net::HTTP
 This package contains an HTTP/1.1 pipelining implementation atop Net::HTTP.
 A pipelined connection sends multiple requests to the HTTP server without
 waiting for the responses. The server will respond in-order.