File: control

package info (click to toggle)
code2html 0.9.1-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 264 kB
  • ctags: 16
  • sloc: perl: 2,921; makefile: 34
file content (18 lines) | stat: -rw-r--r-- 620 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: code2html
Section: devel
Priority: optional
Maintainer: Peter Palfrader <weasel@debian.org>
Standards-Version: 3.5.2
Build-Depends: debhelper

Package: code2html
Architecture: all
Description: Syntax highlighter.
 Code2html is a perl script which converts a program source code to
 syntax highlighted HTML, or any other target for which rules are
 defined.
 .
 It may be used as a simple console program, converting a single
 source code file to a single output file, it can patch HTML files
 including special command sequences to insert syntax highlighted
 snippets of code, or it can be used as a CGI script.