File: control

package info (click to toggle)
libxml-structured-perl 1.01-2%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 72 kB
  • sloc: perl: 260; makefile: 4
file content (26 lines) | stat: -rw-r--r-- 1,093 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
Source: libxml-structured-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Mike Gabriel <sunweaver@debian.org>,
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libxml-parser-perl
Standards-Version: 3.9.8
Homepage: https://metacpan.org/release/XML-Structured
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libxml-structured-perl.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-perl/packages/libxml-structured-perl.git

Package: libxml-structured-perl
Architecture: all
Depends:
 ${misc:Depends},
 ${perl:Depends},
 libxml-parser-perl
Description: Convert XML data into a predefined Perl data structure and back
 The XML::Structured module provides a way to convert XML data into a
 predefined Perl data structure and back to XML. Unlike with modules like
 XML::Simple it is an error if the XML data does not match the provided
 skeleton (the "dtd"). Another advantage is that the order of the attributes
 and elements is taken from the dtd when converting back to XML.