libdata-stag-perl 0.14-3 source package in Ubuntu

Changelog

libdata-stag-perl (0.14-3) unstable; urgency=medium

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

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

 -- Jelmer Vernooij <email address hidden>  Sun, 12 Jun 2022 23:17:56 +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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdata-stag-perl_0.14-3.dsc 2.1 KiB 89956fb2e62e55e2e58901f863a990fe7ccd47b5b5e3e81a3d9354639fd6e37d
libdata-stag-perl_0.14.orig.tar.gz 418.1 KiB 4ab122508d2fb86d171a15f4006e5cf896d5facfa65219c0b243a89906258e59
libdata-stag-perl_0.14-3.debian.tar.xz 5.4 KiB baeb0188d94f4a0b8f104d72f9bd9c57cb377db56efae7a0425cb54213a6b211

Available diffs

No changes file available.

Binary packages built by this source

libdata-stag-perl: module to manipulate Structured Tags datastructures

 Data::Stag is for manipulating data as hierarchical tag/value
 pairs (Structured TAGs or Simple Tree AGgreggates). These
 datastructures can be represented as nested arrays, which have the
 advantage of being native to perl. A simple example is shown below:
 .
  [ person=> [ [ family_name => $family_name ],
  [ given_name => $given_name ],
  [ phone_no => $phone_no ] ] ],
 .
 Data::Stag uses a subset of XML for import and export. This
 means the module can also be used as a general XML parser/writer (with
 certain caveats).