File: control

package info (click to toggle)
libxml-libxml-lazybuilder-perl 0.08-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 100 kB
  • sloc: perl: 194; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,028 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-libxml-lazybuilder-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 libxml-libxml-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libxml-libxml-lazybuilder-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libxml-libxml-lazybuilder-perl
Homepage: https://metacpan.org/release/XML-LibXML-LazyBuilder
Testsuite: autopkgtest-pkg-perl

Package: libxml-libxml-lazybuilder-perl
Architecture: all
Depends:
 libxml-libxml-perl,
 ${perl:Depends},
 ${misc:Depends},
Description: easy and lazy way to create XML documents for XML::LibXML
 XML::LibXML is a Perl interface to the GNOME libxml2 library.
 .
 XML::LibXML::LazyBuilder This module significantly abridges the
 overhead of working with XML::LibXML by enabling developers to write
 concise, nested structures that evaluate into XML::LibXML objects.