libdata-pond-perl 0.004-1 source package in Ubuntu

Changelog

libdata-pond-perl (0.004-1) unstable; urgency=low


  * Initial release (closes: #719145).

 -- gregor herrmann <email address hidden>  Thu, 08 Aug 2013 21:19:14 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Downloads

File Size SHA-256 Checksum
libdata-pond-perl_0.004-1.dsc 2.1 KiB b24b3ddf7846497007124bb23b6b8353eb17ceee1e860816c2efc1823345f4b7
libdata-pond-perl_0.004.orig.tar.gz 19.1 KiB 106c9c5f3329e92e4b5f98944b165c7f135903d08b4e3df58ebdcd74f71cee2b
libdata-pond-perl_0.004-1.debian.tar.gz 1.8 KiB aa54d0f7bba81350e1f328030762915ab10bf3743d3cc98a03cfbca04eb8988c

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.