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
|
Source: libdata-structure-util-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>,
Jonathan Yu <jawnsy@cpan.org>,
Jonathan McDowell <noodles@earth.li>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~),
libfile-find-rule-perl,
libtest-pod-perl,
perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdata-structure-util-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-structure-util-perl.git
Homepage: https://metacpan.org/release/Data-Structure-Util
Package: libdata-structure-util-perl
Architecture: any
Depends: ${perl:Depends},
${shlibs:Depends},
${misc:Depends}
Description: module to change nature of data within a data structure
Data::Structure::Util is a Perl module for manipulating data within data
structures. It can process an entire tree of data structures and perform the
requested operation on each element as appropriate. It is fast, since it is
written in C.
.
For example, it can be used to transform all strings within a data structure
to UTF-8.
|