File: control

package info (click to toggle)
libdata-treedumper-perl 0.40-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 552 kB
  • ctags: 140
  • sloc: perl: 7,088; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,325 bytes parent folder | download
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
Source: libdata-treedumper-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Peter Pentchev <roam@ringlet.net>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libcheck-isa-perl,
                     libclass-isa-perl,
                     libdevel-size-perl,
                     libsort-naturally-perl,
                     libterm-size-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdata-treedumper-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdata-treedumper-perl.git
Homepage: https://metacpan.org/release/Data-TreeDumper

Package: libdata-treedumper-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcheck-isa-perl,
         libclass-isa-perl,
         libdevel-size-perl,
         libsort-naturally-perl,
         libterm-size-perl
Recommends: libdata-treedumper-oo-perl
Description: module for dumping data structures in various formats
 Data::TreeDumper is a Perl module that provides dumps of Perl variable data
 in a tree-like fashion. It is flexible and customizable, providing various
 output formatting processors and means of filtering and sorting the output.