File: control

package info (click to toggle)
ruby-typhoeus 1.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 656 kB
  • sloc: ruby: 4,489; makefile: 6
file content (37 lines) | stat: -rw-r--r-- 1,350 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
Source: ruby-typhoeus
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               rake,
               ruby-ethon (>= 0.18.0-2),
               ruby-faraday,
               ruby-faraday-typhoeus,
               ruby-json,
               ruby-rack,
               ruby-rackup,
               ruby-rack-protection (>= 4.1.1-4),
               ruby-rspec,
               ruby-sinatra (>= 4.1.1-4),
               ruby-dalli,
               ruby-redis,
               ruby-webrick (>= 1.7~)
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-typhoeus.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-typhoeus
Homepage: https://github.com/typhoeus/typhoeus
Testsuite: autopkgtest-pkg-ruby

Package: ruby-typhoeus
Architecture: all
Depends: ${ruby:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Description: parallel HTTP library on top of ethon
 Typhoeus is a HTTP client library based on Ethon which wraps libcurl.
 Sitting on top of libcurl makes Typhoeus very reliable and fast.
 .
 Like a modern code version of the mythical beast with 100 serpent heads,
 Typhoeus runs HTTP requests in parallel while cleanly encapsulating handling
 logic.