File: control

package info (click to toggle)
libsyntax-highlight-engine-simple-perl 0.09-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 188 kB
  • ctags: 17
  • sloc: perl: 234; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,563 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
Source: libsyntax-highlight-engine-simple-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl, libuniversal-require-perl,
  libtest-perl-critic-perl,
  libtest-pod-perl, libtest-pod-coverage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: David Bremner <bremner@unb.ca>, Jonathan Yu <jawnsy@cpan.org>,
  Florian Schlichting <fschlich@zedat.fu-berlin.de>
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/Syntax-Highlight-Engine-Simple/
Vcs-Git: git://git.debian.org/pkg-perl/packages/libsyntax-highlight-engine-simple-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libsyntax-highlight-engine-simple-perl.git

Package: libsyntax-highlight-engine-simple-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, libuniversal-require-perl
Recommends: libsyntax-highlight-engine-simple-languages-perl
Description: Perl framework to generate syntax highlighted code
 Syntax::Highlight::Engine::Simple provides an easy way to create syntax
 highlighting modules for various languages. It generates HTML by marking up
 the input string with "span" tags according the given rules.
 .
 New rules can be added using regular expressions, typically in a subclass,
 allowing this framework to be extended for new languages. It is a simple
 module, designed to be fast and does not require any external dependencies.
 .
 The appearance of keywords or other tokens is easily changed using defined
 Cascading Style Sheets (CSS) properties.