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.
|