libxml-twig-perl 1:3.52-2 source package in Ubuntu

Changelog

libxml-twig-perl (1:3.52-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Update standards version to 4.5.1, no changes needed.
  * Update standards version to 4.6.0, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Mon, 29 Aug 2022 15:44:23 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release main perl
Mantic release main perl
Lunar release main perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libxml-twig-perl_3.52-2.dsc 2.4 KiB 7373d8574b8909fd9735b43bfe1c5da2aea7215208fd487d990592d0c4b8ef63
libxml-twig-perl_3.52.orig.tar.gz 398.2 KiB fef75826c24f2b877d0a0d2645212fc4fb9756ed4d2711614ac15c497e8680ad
libxml-twig-perl_3.52-2.debian.tar.xz 8.1 KiB 28026259a3e80460538d44f99cb07b14a488094afd35cc26032e570b0f87d579

Available diffs

No changes file available.

Binary packages built by this source

libxml-twig-perl: Perl module for processing huge XML documents in tree mode

 The XML::Twig module provides a way to process XML documents. It is built on
 top of XML::Parser.
 .
 The module offers a tree interface to the document, while allowing to
 output the parts of it that have been completely processed.
 .
 It allows minimal resource (CPU and memory) usage by building the
 tree only for the parts of the documents that need actual processing,
 through the use of the twig_roots and twig_print_outside_roots
 options. The finish and finish_print methods also help to increase
 performance.
 .
 XML::Twig tries to make simple things easy so it tries its best to
 takes care of a lot of the (usually) annoying (but sometimes
 necessary) features that come with XML and XML::Parser.

xml-twig-tools: command line tools for processing XML documents

 These tools are included:
  * xml_spellcheck : spellcheck XML files skipping tags
  * xml_merge : merge back files created by xml_split
  * xml_pp : XML pretty printer
  * xml_grep : grep XML files using XML::Twig's subset of XPath
  * xml_split : split big XML files