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 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
Source: source-highlight
Section: devel
Priority: optional
Maintainer: Kartik Kulkarni <kartik.koolks@gmail.com>
Build-Depends: dpkg-dev (>= 1.22.5),
automake,
debhelper-compat (= 12),
exuberant-ctags,
gawk,
help2man,
libboost-regex-dev,
texinfo,
Standards-Version: 4.5.0
Homepage: http://www.gnu.org/software/src-highlite/
Vcs-Git: https://salsa.debian.org/debian/source-highlight.git
Vcs-Browser: https://salsa.debian.org/debian/source-highlight
Package: source-highlight
Architecture: any
Depends:
${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:
libboost-regex-dev,
libsource-highlight4t64 (= ${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-highlight4t64
Provides: ${t64:Provides}
X-Time64-Compat: libsource-highlight4v5
Breaks: libsource-highlight4v5 (<< ${source:Version})
Section: libs
Architecture: any
Multi-Arch: same
Depends:
libsource-highlight-common,
${misc:Depends},
${shlibs:Depends},
Conflicts:
libsource-highlight4,
Replaces:libsource-highlight4v5,
libsource-highlight4,
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
Multi-Arch: foreign
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.
|