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
|
Source: libdata-treedumper-renderer-gtk-perl
Section: perl
Priority: optional
Build-Depends:
debhelper (>= 7.0.50~)
Build-Depends-Indep:
perl,
libglib-perl,
libgtk2-perl,
libdata-treedumper-perl (>= 0.33)
Maintainer: David Paleino <dapal@debian.org>
Standards-Version: 3.8.4
Homepage: http://search.cpan.org/dist/Data-TreeDumper-Renderer-GTK/
Vcs-Git: git://git.debian.org/git/collab-maint/libdata-treedumper-renderer-gtk-perl.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/libdata-treedumper-renderer-gtk-perl.git
Package: libdata-treedumper-renderer-gtk-perl
Architecture: all
Depends:
${perl:Depends},
${misc:Depends},
libglib-perl,
libgtk2-perl,
libdata-treedumper-perl (>= 0.33)
Description: Gtk2::TreeView renderer for Data::TreeDumper
This widget is the GUI equivalent of Data::TreeDumper; it will display a perl
data structure in a TreeView, allowing you to fold and unfold child data
structures and get a quick feel for what's where. Right-clicking anywhere in
the view brings up a context menu, from which the user can choose to expand
or collapse all items.
|