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: libsyntax-highlight-engine-kate-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libpath-tiny-perl,
libtest-differences-perl,
libtest-warn-perl (>= 0.30),
perl
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsyntax-highlight-engine-kate-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libsyntax-highlight-engine-kate-perl.git
Homepage: https://metacpan.org/release/Syntax-Highlight-Engine-Kate
Package: libsyntax-highlight-engine-kate-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libpath-tiny-perl
Recommends: libxml-dumper-perl,
libxml-tokeparser-perl
Description: Perl port of Kate's syntax highlighting engine
Syntax::Highlight::Engine::Kate collection of modules porting the Kate text
editor's syntax highlighting engine to Perl. Kate's language XML specification
files have been rewritten to Perl modules using a script and the modules can
act as plugins to the module.
.
Upstream considers this module deprecated and recommends Syntax::Kamelon as
an alternative.
|