libxml-smart-perl 1.78-4 source package in Ubuntu

Changelog

libxml-smart-perl (1.78-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libxml-smart-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 19 Nov 2022 17:20:10 +0000

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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libxml-smart-perl_1.78-4.dsc 2.1 KiB dcd4ac1646e5cb8ad6acf585040b8eeb82d434c4f4c6196eb83ce06d7d520e54
libxml-smart-perl_1.78.orig.tar.gz 128.5 KiB 51310e9328a4902908f8f12b6c3ab2e368d829c3c1bb267acddb0081f51d8dc3
libxml-smart-perl_1.78-4.debian.tar.xz 3.5 KiB db48b8d1d555d214969009aca30f99b8edaf278b3b8b6b4ae23d5f1ef2208638

Available diffs

No changes file available.

Binary packages built by this source

libxml-smart-perl: Perl module for access to parsed XML trees

 With the XML::Smart module, nodes in an XML tree made with XML::LibXML can
 be accessed equally conveniently with the Perl syntax for hashes and arrays.
 It also provides convenience features such as searching for nodes by
 attribute, selection of an attribute value in each of multiple nodes,
 change the format of returned data, and so forth.
 .
 The module also professes to automatically handle binary data
 (encoding/decoding to/from base64), CDATA sections (used for text
 content with unbalanced <tags> and so forth), and Unicode. It can be
 used to create XML files and load XML from the Web (just pasting an URL
 as a file path). It also provides an easy way to send XML data through
 sockets, adding the length of the data in the <?xml?> header.