File: control

package info (click to toggle)
libxml-writer-simple-perl 0.12-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 172 kB
  • sloc: perl: 333; xml: 7; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,083 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
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-compat (= 13)
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://salsa.debian.org/perl-team/modules/packages/libxml-writer-simple-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/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.