libxml-parser-lite-perl 0.721-1 source package in Ubuntu
Changelog
libxml-parser-lite-perl (0.721-1) unstable; urgency=medium * Team upload. * Import upstream version 0.721 * Bump debhelper compatibility level to 9 * Update b-d-i -- Lucas Kanashiro <email address hidden> Fri, 14 Aug 2015 12:14:13 -0300
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 | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | universe | misc | |
Xenial | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libxml-parser-lite-perl_0.721-1.dsc | 2.3 KiB | 47e65ab9e63faf4f868efafe0e1d5aa002ccd6d5eb85212a08fac150f7891612 |
libxml-parser-lite-perl_0.721.orig.tar.gz | 10.1 KiB | 5862a36ecab9db9aad021839c847e8d2f4ab5a7796c61d0fb069bb69cf7908ba |
libxml-parser-lite-perl_0.721-1.debian.tar.xz | 2.3 KiB | caa46e47b7b707a759f7adde135cff73c4edd43d496293030612f4aaf067ee21 |
Available diffs
- diff from 0.720-1 to 0.721-1 (4.0 KiB)
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).