File: control

package info (click to toggle)
libxml-feedpp-perl 0.34-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 292 kB
  • ctags: 174
  • sloc: perl: 1,712; makefile: 42; sh: 28
file content (18 lines) | stat: -rw-r--r-- 755 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: libxml-feedpp-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: libxml-treepp-perl, perl (>= 5.8.8-12), quilt
Maintainer: Adrian von Bidder <cmot@debian.org>
Standards-Version: 3.7.3
Homepage: http://search.cpan.org/dist/XML-FeedPP/

Package: libxml-feedpp-perl
Architecture: all
Depends: ${perl:Depends}, libxml-treepp-perl
Description: Parse/write/merge/edit RSS/RDF/Atom syndication feeds
 XML::FeedPP is an all-purpose syndication utility that parses and publishes
 RSS 2.0, RSS 1.0 (RDF), Atom 0.3 and 1.0 feeds.  It allows you to add new
 content, merge feeds, and convert among these various formats.  It is a
 pure Perl implementation and does not require any other module except for
 XML::TreePP.