Source: code2html
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 3.9.8
Build-Depends: debhelper-compat (= 10)
Homepage: https://www.palfrader.org/code/code2html

Package: code2html
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
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.
