File: control

package info (click to toggle)
libxml-writer-simple-perl 0.12-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 168 kB
  • sloc: perl: 333; xml: 7; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,069 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
Source: libxml-writer-simple-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Nuno Carvalho <smash@cpan.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     libtest-pod-coverage-perl,
                     libtest-pod-perl,
                     libxml-dt-perl,
                     libxml-dtdparser-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libxml-writer-simple-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libxml-writer-simple-perl.git
Homepage: https://metacpan.org/release/XML-Writer-Simple
Testsuite: autopkgtest-pkg-perl

Package: libxml-writer-simple-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libxml-dt-perl,
         libxml-dtdparser-perl
Description: simple API to create XML files
 XML::Writer::Simple takes some ideas from CGI to make easier the life for
 those who need to generated XML code.