libxml-parser-lite-perl 0.722-1 source package in Ubuntu

Changelog

libxml-parser-lite-perl (0.722-1) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * Import upstream version 0.722.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 4.2.1.
  * Bump debhelper compatibility level to 10.
  * debian/copyright: use HTTPS for some URLs.

 -- gregor herrmann <email address hidden>  Sat, 20 Oct 2018 18:20:46 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libxml-parser-lite-perl_0.722-1.dsc 2.3 KiB 76efb0a4ad479c354269b1eed27f7966c7beedcca6fa0c9ac242df84b7b035a5
libxml-parser-lite-perl_0.722.orig.tar.gz 9.1 KiB 6f90a027e1531a0e5406cf1de13c709b5216966df8f73d0bab9ab919209763ee
libxml-parser-lite-perl_0.722-1.debian.tar.xz 2.4 KiB b3a0282aef2f7a8af52db48df0b0cd974bbcaaf4bdec07019a7fee6a1be1860a

Available diffs

No changes file available.

Binary packages built by this source

libxml-parser-lite-perl: 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).