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-sax-machines-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@debian.org>,
gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl,
libcapture-tiny-perl,
libxml-sax-perl,
libxml-sax-writer-perl
Standards-Version: 3.9.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-sax-machines-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-sax-machines-perl.git
Homepage: https://metacpan.org/release/XML-SAX-Machines
Package: libxml-sax-machines-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libxml-sax-writer-perl,
libxml-sax-perl
Description: Perl module collection for managing SAX processors
XML::SAX::Machines provides a collection of APIs that allow developers to
build complex Simple API for XML (SAX) machines quickly and minimalistically.
SAX machines are a way to gather and manage SAX processors. Each machine can
also be used individually as SAX processors; they do not need to parse or
write anything.
|