File: control

package info (click to toggle)
libxml-parser-lite-perl 0.722-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 104 kB
  • sloc: perl: 238; xml: 90; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,221 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
Source: libxml-parser-lite-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libtest-requires-perl,
                     libxmlrpc-lite-perl,
                     perl
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-parser-lite-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-parser-lite-perl.git
Homepage: https://metacpan.org/release/XML-Parser-Lite

Package: libxml-parser-lite-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Breaks: libsoap-lite-perl (<< 1.08-1)
Replaces: libsoap-lite-perl (<< 1.08-1)
Description: lightweight regexp-based XML parser
 XML::Parser::Lite implements an XML parser with an interface similar to
 XML::Parser. Though not all callbacks are supported, you should be able to
 use it in the same way you use XML::Parser.
 .
 Note that you cannot use regular expressions or split in callbacks. This is
 due to a limitation of perl's regular expression implementation (which is not
 re-entrant).