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

Changelog

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

  [ Damyan Ivanov ]
  * declare conformance with Policy 4.1.3 (no changes needed)

  [ 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.
  * Set upstream metadata fields: Bug-Database.

  [ gregor herrmann ]
  * debian/control: update Build-Depends for cross builds.
  * debian/watch: use uscan version 4.
  * Update 'DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow' to '=+all'.

 -- Jelmer Vernooij <email address hidden>  Sun, 12 Jun 2022 23:11:34 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
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-2.dsc 2.1 KiB 9a00742cf45445b8eab2d4a72aba874bb88f19930553c40034fb2e9f0c845565
libdata-pond-perl_0.005.orig.tar.gz 17.8 KiB d28e2e604b98ef67206c3067ac2b041f2cb56b8473b77c24a63c9247180c9222
libdata-pond-perl_0.005-2.debian.tar.xz 2.4 KiB 64e4848a0d5e5050b392cc31a656a40c5df2dc686bb51116943b0aeefe76dcc2

No changes file available.

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