File: control

package info (click to toggle)
gajim-syntaxhighlight 1.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 168 kB
  • sloc: python: 647; sh: 25; xml: 11; makefile: 7
file content (27 lines) | stat: -rw-r--r-- 946 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
Source: gajim-syntaxhighlight
Maintainer: Debian XMPP Maintainers <pkg-xmpp-devel@lists.alioth.debian.org>
Uploaders: Martin <debacle@debian.org>
Section: net
Priority: optional
Build-Depends: debhelper-compat (= 11),
	dh-python,
	inkscape (>= 1.0~),
	python3
Standards-Version: 4.1.4
Rules-Requires-Root: no
Homepage: https://dev.gajim.org/gajim/gajim-plugins/-/wikis/syntaxhighlightplugin
Vcs-Browser: https://salsa.debian.org/xmpp-team/gajim-syntaxhighlight
Vcs-Git: https://salsa.debian.org/xmpp-team/gajim-syntaxhighlight.git

Package: gajim-syntaxhighlight
Architecture: all
Depends: ${misc:Depends},
	gajim (>= 1.2.91~),
	python3-pygments,
Description: highlights source code blocks in chat window
 The plugin uses markdown-style syntax, i.e. text in-between `single backticks`
 is rendered as inline code,
 ```language
 selection is possible in multi-line code snippets in between triple-backticks
 Note the newlines in this case…
 ```