File: control

package info (click to toggle)
perl-tk 1%3A804.036-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 35,076 kB
  • sloc: ansic: 349,553; perl: 52,292; sh: 17,904; makefile: 5,699; asm: 3,565; ada: 1,681; pascal: 1,089; cpp: 1,006; yacc: 883; cs: 879
file content (41 lines) | stat: -rw-r--r-- 1,255 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
33
34
35
36
37
38
39
40
41
Source: perl-tk
Section: perl
Priority: optional
Maintainer: Georges Khaznadar <georgesk@debian.org>
Uploaders: Michael C. Schultheiss <schultmc@debian.org>
Homepage: http://search.cpan.org/dist/Tk/
Build-Depends: debhelper-compat (=13),
 perl (>> 5.8.1),
 libx11-dev,
 libxft-dev,
 libxt-dev,
 x11proto-core-dev,
 libpng-dev,
 libjpeg-dev,
 libfreetype6-dev,
 libxrender-dev,
 dpkg-dev (>= 1.16.1~),
 xvfb,
 xauth
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/georgesk/perl-tk
Vcs-Git: https://salsa.debian.org/georgesk/perl-tk.git


Package: perl-tk
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${perl:Depends}
Provides: libtk-perl, libtk-png-perl
Replaces: libtk-png-perl
Conflicts: libtk-png-perl
Description: Perl module providing the Tk graphics library
 Perl/Tk (also known as pTk or ptk) is a collection of modules and
 code that attempts to wed the easily configured Tk widget toolkit
 to the powerful lexigraphic, dynamic memory, I/O, and object-oriented
 capabilities of Perl 5. In other words, it is an interpreted
 scripting language for making widgets and programs with Graphical
 User Interfaces (GUI).
 .
 A good place to get started is by running the "widget" demo that's
 installed with this package.