summaryrefslogtreecommitdiff
path: root/debian/control
blob: 54982cd0876e0cc4c79dc14e0082ab7f07bead92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: slidge-style-parser
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Matthew Fennell <matthew@fennell.dev>
Standards-Version: 4.7.2
Homepage: https://codeberg.org/slidge/style-parser/
Build-Depends: debhelper-compat (= 13),
  dh-sequence-python3,
  python3-all,

Package: python3-slidge-style-parser
Architecture: any
Depends: ${misc:Depends},
  ${python3:Depends},
  ${shlibs:Depends},
Description: Parsing library for Slidge
 Supports parsing underline, bold, strikethrough, code span, code block, quote,
 spoiiler, escape style. Most of them correspond to XEP-0393: Message Styling.