File: control

package info (click to toggle)
libtk-codetext-perl 0.3.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 296 kB
  • sloc: perl: 1,787; sh: 51; makefile: 8
file content (28 lines) | stat: -rw-r--r-- 1,166 bytes parent folder | download | duplicates (2)
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
Source: libtk-codetext-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Roland Mas <lolando@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libsyntax-highlight-perl-perl <!nocheck>,
                     perl,
                     perl-tk <!nocheck>
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtk-codetext-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtk-codetext-perl.git
Homepage: https://metacpan.org/release/Tk-CodeText
Rules-Requires-Root: no

Package: libtk-codetext-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libsyntax-highlight-perl-perl,
         perl-tk
Description: Tk::TextUndo widget with capabilities syntax highlighting
 Tk::CodeText.pm is a Tk::TextUndo widget with capabilities of syntax
 highlighting. At this moment only the Perl language is supported. The
 highlight mechanism however, is of a plugin-type. Adding additional
 languages should be a matter of writing Tk::CodeText::MyLanguage
 modules.