File: control

package info (click to toggle)
libwww-indexparser-perl 0.91-1.1
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 68 kB
  • ctags: 20
  • sloc: perl: 397; makefile: 43
file content (18 lines) | stat: -rw-r--r-- 892 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: libwww-indexparser-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 10~), libwww-perl, libdatetime-locale-perl, libhtml-parser-perl
Build-Depends-Indep: perl (>= 5.8.0-7)
Maintainer: James Bromberger <jeb@debian.org>
Standards-Version: 3.8.0.0

Package: libwww-indexparser-perl
Architecture: all
Depends: ${perl:Depends}, libwww-perl, libdatetime-locale-perl, libhtml-parser-perl
Description:  Fetch and parse the directory index from a web server
 WWW::IndexParser is a module that uses LWP to fetch a URL from a web 
 server. It then atempts to parse this page as if it were an auto generated 
 index page.  It returns an array of WWW::IndexParser::Entry objects, one 
 per entry in the directory index that it has found. Each Entry has a 
 set of methods: filename(), time(), size(), and others if supported 
 by the autoindex generated: type() and size_units().