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

Changelog

libdata-pond-perl (0.005-2build1) lunar; urgency=medium

  * Rebuild against new perlapi-5.36.

 -- Gianfranco Costamagna <email address hidden>  Sat, 05 Nov 2022 09:13:26 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
libdata-pond-perl_0.005.orig.tar.gz 17.8 KiB d28e2e604b98ef67206c3067ac2b041f2cb56b8473b77c24a63c9247180c9222
libdata-pond-perl_0.005-2build1.debian.tar.xz 2.4 KiB 5ab5923e90ae1136368d7058d153f0e934a177fd4c59fb12c573f1a8f7ccbb01
libdata-pond-perl_0.005-2build1.dsc 2.2 KiB bf0d22cc7f778d834a82b06f34f3a8f5b33e18413652669ed8d713ac075cfc76

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