File: control

package info (click to toggle)
ruby-mechanize 2.7.6-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,480 kB
  • sloc: ruby: 11,380; makefile: 5; sh: 4
file content (45 lines) | stat: -rw-r--r-- 1,743 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
41
42
43
44
45
Source: ruby-mechanize
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Gunnar Wolf <gwolf@debian.org>
Build-Depends: debhelper (>= 11~),
               gem2deb,
               netbase,
               rake,
               ruby-domain-name (>= 0.5.1),
               ruby-http-cookie (>= 1.0),
               ruby-mime-types (>= 1.17.2),
               ruby-net-http-digest-auth (>= 1.1.1),
               ruby-net-http-persistent (>= 2.5.2),
               ruby-nokogiri (>= 1.6),
               ruby-ntlm,
               ruby-webrobots (>= 0.0.9)
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-mechanize.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-mechanize
Homepage: http://docs.seattlerb.org/mechanize/
XS-Ruby-Versions: all

Package: ruby-mechanize
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-domain-name (>= 0.5.1),
         ruby-http-cookie (>= 1.0),
         ruby-mime-types (>= 1.17.2),
         ruby-net-http-digest-auth (>= 1.1.1),
         ruby-net-http-persistent (>= 2.5.2),
         ruby-nokogiri (>= 1.6),
         ruby-ntlm,
         ruby-webrobots (>= 0.0.9),
         ${misc:Depends},
         ${shlibs:Depends}
Description: library used for automating interaction with websites
 This library is used for automating interaction with websites.
 Mechanize automatically stores and sends cookies, follows redirects,
 can follow links, and submit forms.  Form fields can be populated and
 submitted.  Mechanize also keeps track of the sites that you have
 visited as a history.
 .
 This library is loosely based on WWW::Mechanize for Perl.