File: control

package info (click to toggle)
ruby-spider 0.5.0-4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 164 kB
  • sloc: ruby: 824; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 594 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: ruby-spider
Section: ruby
Priority: optional
Maintainer: Marc Bigler <marc@towards.ch>
Build-Depends: debhelper-compat (= 12),
               gem2deb,
               rake
Standards-Version: 4.3.0
Homepage: https://github.com/johnnagro/spider
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.