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: slidge-style-parser
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Martin <debacle@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-python,
librust-pyo3-dev,
pybuild-plugin-pyproject,
python3-all,
python3-all-dev,
python3-setuptools,
python3-setuptools-rust,
Standards-Version: 4.7.3
Homepage: https://codeberg.org/slidge/style-parser
Vcs-Git: https://salsa.debian.org/python-team/packages/slidge-style-parser.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/slidge-style-parser
Testsuite: autopkgtest-pkg-pybuild
Package: python3-slidge-style-parser
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
${python3:Depends}
Description: Parsing library for Slidge
Parsing library implementing "XEP-0393: Message Styling" for Slidge.
It does support text attributes like "underline", "bold", "code span" etc.
|