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
|
Source: highlight.js
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>
, Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper (>= 9), node-uglify | yui-compressor, python3,
python3-sphinx,
texlive-latex-base,
texlive-latex-extra,
texlive-fonts-recommended,
texlive-generic-extra
Standards-Version: 3.9.8
Homepage: http://highlightjs.org/
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/highlight.js
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-javascript/highlight.js.git;a=summary
Package: libjs-highlight.js
Architecture: all
Depends: ${misc:Depends}
Recommends: javascript-common
Provides: libjs-highlight
Replaces: libjs-highlight (<< 8.2+ds-2~)
Breaks: libjs-highlight (<< 8.2+ds-2~)
Description: JavaScript library for syntax highlighting
Highlight.js is a JavaScript library which automatically detects the
language of code blocks in a web page, and provides syntax highlighting
for them. The library supports more than fifty languages and is bundled
with more than twenty style themes.
.
This package contains the library highlight.js usable in a web browser.
Package: node-highlight.js
Architecture: all
Depends: ${misc:Depends}, nodejs
Recommends: javascript-common
Provides: node-highlight
Replaces: node-highlight (<< 8.2+ds-2~)
Breaks: node-highlight (<< 8.2+ds-2~)
Description: JavaScript library for syntax highlighting - NodeJS
Highlight.js is a JavaScript library which automatically detects the
language of code blocks in a web page, and provides syntax highlighting
for them. The library supports more than fifty languages and is bundled
with more than twenty style themes.
.
This package contains the library highlight.js usable as a NodeJS module.
Package: highlight.js-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, libjs-sphinxdoc
Description: JavaScript library for syntax highlighting - documentation
Highlight.js is a JavaScript library which automatically detects the
language of code blocks in a web page, and provides syntax highlighting
for them. The library supports more than fifty languages and is bundled
with more than twenty style themes.
.
This package contains the documentation of this library.
Package: libjs-highlight
Architecture: all
Section: oldlibs
Priority: extra
Depends: ${misc:Depends}, libjs-highlight.js
Description: Transitional package for libjs-hightlight.js
This is a transitional package to ease upgrades to the libjs-highlight.js
package. It can safely be removed.
Package: node-highlight
Architecture: all
Section: oldlibs
Priority: extra
Depends: ${misc:Depends}, node-highlight.js
Description: Transitional package for node-hightlight.js
This is a transitional package to ease upgrades to the node-highlight.js
package. It can safely be removed.
|