debian/0000755000000000000000000000000012200767465007177 5ustar debian/rules0000755000000000000000000000003612200767465010256 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000343512200767465010607 0ustar Source: libdata-pond-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312), libparams-classify-perl, libtest-pod-perl, libtest-pod-coverage-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-pond-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-pond-perl.git Homepage: https://metacpan.org/release/Data-Pond/ Package: libdata-pond-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libparams-classify-perl Description: 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. debian/source/0000755000000000000000000000000012200767465010477 5ustar debian/source/format0000644000000000000000000000001412200767465011705 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000024412200767465011051 0ustar libdata-pond-perl (0.004-1) unstable; urgency=low * Initial release (closes: #719145). -- gregor herrmann Thu, 08 Aug 2013 21:19:14 +0200 debian/compat0000644000000000000000000000000212200767465010375 0ustar 9 debian/copyright0000644000000000000000000000207712200767465011140 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Data-Pond Source: https://metacpan.org/release/Data-Pond/ Upstream-Contact: Andrew Main (Zefram) Files: * Copyright: 2009, PhotoBox Ltd 2010, 2012, Andrew Main (Zefram) License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, gregor herrmann License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000016012200767465010225 0ustar version=3 https://metacpan.org/release/Data-Pond/ .*/Data-Pond-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$