File: control

package info (click to toggle)
ruby-spider 0.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 156 kB
  • ctags: 76
  • sloc: ruby: 817; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 747 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
Source: ruby-spider
Section: ruby
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 9),
               gem2deb,
               rake
Standards-Version: 3.9.8
Homepage: https://github.com/johnnagro/spider
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-spider.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-spider.git
XS-Ruby-Versions: all

Package: ruby-spider
Architecture: all
Depends: ruby | ruby-interpreter,
         ${misc:Depends}
Description: web spidering library for Ruby
 spider handles the robots.txt, scraping, collecting and looping so that
 you can just handle the data.
 .
 spider is useful to applications that need gather data from web sites.