File: control

package info (click to toggle)
ruby-spider 0.5.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: ruby: 824; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 788 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
Source: ruby-spider
Section: ruby
Priority: optional
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.6.2
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
XS-Ruby-Versions: all

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.