File: control

package info (click to toggle)
ruby-http 4.4.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 704 kB
  • sloc: ruby: 5,388; makefile: 9
file content (40 lines) | stat: -rw-r--r-- 1,432 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
35
36
37
38
39
40
Source: ruby-http
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>,
           Utkarsh Gupta <utkarsh@debian.org>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               ruby-addressable,
               ruby-certificate-authority,
               ruby-coveralls,
               ruby-http-cookie,
               ruby-http-form-data (>= 2.2~),
               ruby-http-parser,
               ruby-rspec,
               ruby-rspec-its,
               ruby-simplecov,
               ruby-webrick (>= 1.7~)
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-http
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-http.git
Homepage: https://github.com/httprb/http
Rules-Requires-Root: no

Package: ruby-http
Architecture: all
Depends: ruby-addressable,
         ruby-http-cookie,
         ruby-http-form-data (>= 2.2~),
         ruby-http-parser,
         ${misc:Depends},
         ${shlibs:Depends}
Breaks: ruby-twitter (<< 7.0)
Description: easy-to-use client library for making http requests from Ruby
 It uses a simple method chaining system for building requests, similar
 to Python's Requests
 .
 Under the hood, The HTTP Gem uses http_parser.rb, a fast HTTP parsing
 native extension based on the Node.js parser and a Java port thereof.