libxml-writer-perl 0.900-ok1 source package in openKylin

Changelog

libxml-writer-perl (0.900-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- denghao <email address hidden>  Tue, 20 Sep 2022 10:38:16 +0300

Upload details

Uploaded by:
denghao
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 proposed main perl
Nile V2.0 release main perl
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libxml-writer-perl_0.900.orig.tar.gz 29.1 KiB 73c8f5bd3ecf2b350f4adae6d6676d52e08ecc2d7df4a9f089fa68360d400d1f
libxml-writer-perl_0.900-ok1.debian.tar.xz 2.1 KiB fa734ad9a6036dfe2f2a8589c3c119ba0bfde82399b31caefff42e898e0c406a
libxml-writer-perl_0.900-ok1.dsc 1.9 KiB 09fdabe43598c9b2181d59508ac8e64b0d75198beb03b396acb041cc2174a074

Available diffs

View changes file

Binary packages built by this source

libxml-writer-perl: Perl module for writing XML documents

 XML::Writer is a helper module for Perl programs that write an XML
 document. The module handles all escaping for attribute values and
 character data and constructs different types of markup, such as
 tags, comments, and processing instructions.
 .
 By default, the module performs several well-formedness checks to
 catch errors during output. This behaviour can be extremely useful
 during development and debugging, but it can be turned off for
 production-grade code.
 .
 The module can operate either in regular mode in or Namespace
 processing mode. In Namespace mode, the module will generate
 Namespace Declarations itself, and will perform additional checks on
 the output.
 .
 Additional support is available for a simplified data mode with no
 mixed content: newlines are automatically inserted around elements
 and elements can optionally be indented based as their nesting
 level.