libdata-pond-perl 0.005-2build4 source package in Ubuntu

Changelog

libdata-pond-perl (0.005-2build4) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 15:20:57 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libdata-pond-perl_0.005.orig.tar.gz 17.8 KiB d28e2e604b98ef67206c3067ac2b041f2cb56b8473b77c24a63c9247180c9222
libdata-pond-perl_0.005-2build4.debian.tar.xz 2.6 KiB 4432b40d7705e92bc3180d4d60b8e89402e7224fbe9f90ee62803b29a85f220f
libdata-pond-perl_0.005-2build4.dsc 2.2 KiB e131eedfeab52bcc94450d6b57b94549f16df194d6677e3bb92a59b65d5f031a

Available diffs

View changes file

Binary packages built by this source

libdata-pond-perl: Perl-based open notation for data module

 Data::Pond is concerned with representing data structures in a textual
 notation known as "Pond" (Perl-based open notation for data). The notation is
 a strict subset of Perl expression syntax, but is intended to have
 language-independent use. It is similar in spirit to JSON, which is based on
 JavaScript, but Pond represents fewer data types directly.
 .
 The data that can be represented in Pond consist of strings (of characters),
 arrays, and string-keyed hashes. Arrays and hashes can recursively (but not
 cyclically) contain any of these kinds of data. This does not cover the full
 range of data types that Perl or other languages can handle, but is intended
 to be a limited, fixed repertoire of data types that many languages can
 readily process. It is intended that more complex data can be represented
 using these basic types. The arrays and hashes provide structuring facilities
 (ordered and unordered collections, respectively), and strings are a
 convenient way to represent atomic data.

libdata-pond-perl-dbgsym: debug symbols for libdata-pond-perl