File: control

package info (click to toggle)
libtk-objeditor-perl 2.009-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 136 kB
  • sloc: perl: 327; makefile: 4
file content (31 lines) | stat: -rw-r--r-- 1,167 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
Source: libtk-objeditor-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Dominique Dumont <dod@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10),
               xauth,
               xvfb
Build-Depends-Indep: libtk-objscanner-perl,
                     perl,
                     perl-tk
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtk-objeditor-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtk-objeditor-perl.git
Homepage: https://metacpan.org/release/Tk-ObjEditor

Package: libtk-objeditor-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libtk-objscanner-perl,
         perl-tk
Description: Perl/Tk widget to edit recursively a data structure
 Tk::ObjEditor module provide a widget to edit the content of
 a Perl data structure. The widget enables recursive edition of deep
 data structure.
 .
 ObjEditor is located within a DialogBox widget. I.e. it will appear in
 its own toplevel window when you invoke the Show() method like the
 FileDialog widget.