File: control

package info (click to toggle)
ruby-spider 0.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 252 kB
  • sloc: ruby: 1,125; makefile: 4
file content (22 lines) | stat: -rw-r--r-- 779 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
Source: ruby-spider
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Marc Bigler <marc@towards.ch>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               rake
Standards-Version: 4.7.3
Homepage: https://github.com/johnnagro/spider
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-spider.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-spider
Testsuite: autopkgtest-pkg-ruby

Package: ruby-spider
Architecture: all
Depends: ${ruby:Depends},
         ${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.