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-excon
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>,
Utkarsh Gupta <utkarsh@debian.org>
Build-Depends: debhelper-compat (= 13),
gem2deb (>= 1),
rake,
ruby-activesupport,
ruby-chronic,
ruby-delorean,
ruby-eventmachine,
ruby-open4,
ruby-rackup,
ruby-rspec,
ruby-shindo,
ruby-sinatra (>= 4.1.1-5),
ruby-webrick (>= 1.7~),
unicorn,
puma,
ruby-sinatra-contrib (>= 4.1.1-5)
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-excon.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-excon
Homepage: https://github.com/excon/excon
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no
Package: ruby-excon
Architecture: all
Depends: ${misc:Depends},
${ruby:Depends},
Recommends: ca-certificates
Description: Ruby library for creating fast, persistent, HTTP(S) connections
Ruby library for creating fast HTTP(S) connections, it supports:
* GET/POST/PUT/DELETE/HEAD/TRACE/OPTIONS/CONNECT methods via HTTP/1.1
* HTTPS (SSL) connections
* Proxy and keep-alive connections
* Multitreading and streaming download
|