File: control

package info (click to toggle)
libxml-feed-perl 0.43%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 308 kB
  • ctags: 105
  • sloc: perl: 924; xml: 450; sh: 22; makefile: 16
file content (37 lines) | stat: -rw-r--r-- 1,732 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Source: libxml-feed-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7), quilt (>= 0.40)
Build-Depends-Indep: perl (>= 5.8.0-7), libclass-errorhandler-perl,
 libxml-rss-perl (>= 1.44), libxml-atom-perl (>= 0.32), libwww-perl,
 libhtml-parser-perl, liburi-perl, libdatetime-perl, libdatetime-format-mail-perl,
 libdatetime-format-w3cdtf-perl, liburi-fetch-perl (>= 0.03-2),
 libfeed-find-perl, libxml-libxml-perl (>= 1.66), libtest-pod-perl,
 libtest-pod-coverage-perl, libxml-rss-libxml-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jaldhar H. Vyas <jaldhar@debian.org>, gregor herrmann <gregoa@debian.org>, Ryan Niebur <ryanryan52@gmail.com>
Standards-Version: 3.8.1
Homepage: http://search.cpan.org/dist/XML-Feed/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-feed-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libxml-feed-perl/

Package: libxml-feed-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libclass-errorhandler-perl,
 libxml-rss-perl (>= 1.44), libxml-atom-perl (>= 0.32), libwww-perl,
 libhtml-parser-perl, liburi-perl, libdatetime-perl, libdatetime-format-mail-perl,
 libdatetime-format-w3cdtf-perl, liburi-fetch-perl (>= 0.03-2),
 libfeed-find-perl, libxml-libxml-perl (>= 1.66)
Description: syndication feed parser and auto-discovery Perl module
 XML::Feed is a syndication feed parser for both RSS and Atom feeds. It
 also implements feed auto-discovery for finding feeds, given a URI.
 .
 XML::Feed supports the following syndication feed formats:
 .
  * RSS 0.91
  * RSS 1.0
  * RSS 2.0
  * Atom
 .
 The goal of XML::Feed is to provide a unified API for parsing and using
 the various syndication formats.