1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Source: libdata-dump-streamer-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
Niko Tyni <ntyni@debian.org>,
gregor herrmann <gregoa@debian.org>,
Angel Abad <angel@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
libalgorithm-diff-perl <!nocheck>,
libb-utils-perl <!nocheck>,
libcpanel-json-xs-perl <!nocheck>,
libextutils-depends-perl,
libmodule-build-perl,
libpadwalker-perl <!nocheck>,
perl-xs-dev,
perl:native
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdata-dump-streamer-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdata-dump-streamer-perl.git
Homepage: https://metacpan.org/release/Data-Dump-Streamer
Rules-Requires-Root: no
Package: libdata-dump-streamer-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends},
libb-utils-perl,
libpadwalker-perl
Description: module for serializing a data structure as Perl code
Data::Dump::Streamer is a Perl module that serializes scalars, objects or
reference variables and provides their contents in Perl syntax. Special data
structures including closures, self-referential structures and objects are
output correctly. This module is very similar in concept to the core module
Data::Dumper, except this module is designed to output to a stream instead
of constructing its output in memory (trading speed for memory).
|