File: control

package info (click to toggle)
libxml-atom-simplefeed-perl 0.900-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 172 kB
  • ctags: 31
  • sloc: perl: 368; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,411 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
Source: libxml-atom-simplefeed-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Christine Spang <christine@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libclass-date-perl,
               libdatetime-perl,
               perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-atom-simplefeed-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-atom-simplefeed-perl.git
Homepage: https://metacpan.org/release/XML-Atom-SimpleFeed

Package: libxml-atom-simplefeed-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends}
# could also use Time::Moment, Time::Object, Panda::Date
# which are not packaged
Recommends: libclass-date-perl,
            libdatetime-perl
Description: Perl module for generation of Atom syndication feeds
 XML::Atom::SimpleFeed provides a minimal API for generating Atom
 syndication feeds quickly and easily. It supports all aspects of the
 Atom format, but has no provisions for generating feeds with
 extension elements.
 .
 You can supply strings for most things, and the module will provide
 useful defaults. When you want more control, you can provide data
 structures, as documented, to specify more particulars.
 .
 This module has a much smaller dependency chain than XML::Atom.