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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
Source: libxml-feed-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 <ryan@debian.org>,
Florian Schlichting <fschlich@zedat.fu-berlin.de>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
libmodule-build-perl (>= 0.420000)
Build-Depends-Indep: perl,
libclass-errorhandler-perl,
libdatetime-format-mail-perl,
libdatetime-format-w3cdtf-perl,
libdatetime-perl,
libfeed-find-perl,
libhtml-parser-perl,
libmodule-pluggable-perl | perl (<< 5.17.0),
libtest-pod-coverage-perl,
libtest-pod-perl,
liburi-fetch-perl,
liburi-perl,
libwww-perl,
libxml-atom-perl (>= 0.38),
libxml-libxml-perl,
libxml-rss-libxml-perl,
libxml-rss-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-feed-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-feed-perl.git
Homepage: https://metacpan.org/release/XML-Feed
Package: libxml-feed-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libclass-errorhandler-perl,
libdatetime-format-mail-perl,
libdatetime-format-w3cdtf-perl,
libdatetime-perl,
libfeed-find-perl,
libhtml-parser-perl,
libmodule-pluggable-perl | perl (<< 5.17.0),
liburi-fetch-perl,
liburi-perl,
libwww-perl,
libxml-atom-perl (>= 0.38),
libxml-libxml-perl,
libxml-rss-perl
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.
|