File: control

package info (click to toggle)
libxml-opml-simplegen-perl 0.07-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 168 kB
  • ctags: 11
  • sloc: perl: 265; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,135 bytes parent folder | download | duplicates (2)
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
Source: libxml-opml-simplegen-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
 libclass-accessor-perl,
 libdatetime-perl,
 libxml-opml-perl,
 libxml-simple-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Alejandro Garrido Mota <garridomota@gmail.com>,
 gregor herrmann <gregoa@debian.org>
Standards-Version: 3.9.4
Homepage: https://metacpan.org/release/XML-OPML-SimpleGen/
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-opml-simplegen-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-opml-simplegen-perl.git

Package: libxml-opml-simplegen-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends},
 libclass-accessor-perl,
 libdatetime-perl,
 libxml-simple-perl
Description: module for creating OPML using XML::Simple
 XML::OPML::SimpleGen lets you simply generate OPML documents without having
 too much to worry about. It is a drop-in replacement for XML::OPML in regards
 of generation. As this module uses XML::Simple it is rather generous in
 regards of attribute or element names.