File: control

package info (click to toggle)
ruby-webrobots 0.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 308 kB
  • ctags: 96
  • sloc: ruby: 1,441; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,029 bytes parent folder | download | duplicates (2)
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
Source: ruby-webrobots
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 (>= 9~),
               gem2deb,
               racc,
               rake,
               ruby-nokogiri,
               ruby-shoulda,
               ruby-webmock,
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-webrobots.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-webrobots.git
Homepage: https://github.com/knu/webrobots
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-webrobots
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: racc,
         ruby | ruby-interpreter,
         ruby-nokogiri,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Library for creating robots.txt-aware web robots
 This library helps write robots.txt-compliant web robots in Ruby,
 based on Nokogiri's functionality.