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

Changelog

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

  * Add patch to use uvchr_to_utf8_flags instead of uvuni_to_utf8_flags.
    (Closes: #1065997)
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Sun, 10 Mar 2024 23:42:07 +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
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
libdata-pond-perl_0.005-3.dsc 2.4 KiB d936d4931754bdc1885501276a25e9c3373d986c2b6d725ac9b08b11c9577bea
libdata-pond-perl_0.005.orig.tar.gz 17.8 KiB d28e2e604b98ef67206c3067ac2b041f2cb56b8473b77c24a63c9247180c9222
libdata-pond-perl_0.005-3.debian.tar.xz 3.0 KiB b928e1fa9dba534bfdb075b21f1ec36a268da2ed1b41012bd054cbf710a2e22e

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