File: control

package info (click to toggle)
source-highlight 3.1.7-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 10,332 kB
  • ctags: 5,233
  • sloc: sh: 11,270; cpp: 10,206; ansic: 9,515; makefile: 1,865; lex: 1,200; yacc: 1,021; php: 213; perl: 211; awk: 98; erlang: 94; lisp: 90; java: 75; ruby: 69; python: 61; asm: 43; ml: 38; ada: 36; haskell: 27; xml: 23; cs: 11; sql: 8; tcl: 6; sed: 4
file content (54 lines) | stat: -rw-r--r-- 2,472 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Source: source-highlight
Section: devel
Priority: optional
Maintainer: Peter Eisentraut <petere@debian.org>
Build-Depends: automake1.11, autotools-dev, debhelper (>= 7.0.50~), exuberant-ctags, help2man, texi2html, texinfo, gawk, libboost-regex-dev
Standards-Version: 3.9.5
Homepage: http://www.gnu.org/software/src-highlite/

Package: source-highlight
Architecture: any
Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends}, ${shlibs:Depends}
Description: convert source code to syntax highlighted document
 This program, given a source file, produces a document with syntax
 highlighting.
 .
 It supports syntax highlighting for over 100 file formats, including
 major programming languages, markup formats, and configuration file
 formats.  For output, the following formats are supported: HTML,
 XHTML, LaTeX, Texinfo, ANSI color escape sequences, and DocBook.

Package: libsource-highlight-dev
Section: libdevel
Architecture: any
Depends: dpkg (>= 1.15.4) | install-info, libboost-dev, libsource-highlight4 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Replaces: source-highlight (<< 3.1.4-1)
Description: development files for source highlighting library
 These are the development files for the library that underlies the
 source-highlight program suite.  It converts source code to a
 document with syntax highlighting and supports many file formats.
 The library can be used by other C++ programs to get source code
 highlighting capabilities.

Package: libsource-highlight4
Section: libs
Architecture: any
Depends: libsource-highlight-common, ${misc:Depends}, ${shlibs:Depends}
Description: source highlighting library
 This is the library that underlies the source-highlight program
 suite.  It converts source code to a document with syntax
 highlighting and supports many file formats.  The library can be used
 by other C++ programs to get source code highlighting capabilities.

Package: libsource-highlight-common
Section: libs
Architecture: all
Depends: ${misc:Depends}
Replaces: source-highlight (<< 3.1.4-1)
Description: architecture-independent files for source highlighting library
 This package contains the data files used by the libsource-highlight
 library, which is the library that underlies the source-highlight
 program suite.  The library converts source code to a document with
 syntax highlighting and supports many file formats.  The library can
 be used by other C++ programs to get source code highlighting
 capabilities.