summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 08f4c19bf142fd83c6fc10befe0223f5a3646e08 (plain)
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
Source: pygls
Section: python
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Niels Thykier <niels@thykier.net>
Bugs: mailto:maintainers@lists.progress-linux.org
Standards-Version: 4.6.2
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3,
               python3-cattr,
               python3-lsprotocol,
               python3-poetry-core,
               python3-websocket,
               python3-sphinx-rtd-theme,
               python3-pytest <!nocheck>,
               python3-pytest-asyncio <!nocheck>,
               pybuild-plugin-pyproject,
               sphinx-doc,
Rules-Requires-Root: no
Homepage: https://github.com/openlawlibrary/pygls
Vcs-Git: https://salsa.debian.org/debian/pygls
Vcs-Browser: https://salsa.debian.org/debian/pygls

Package: python3-pygls
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python3-websockets
Description: Generic Language Server Framework for Python
 pygls (pronounced like "pie glass") is a pythonic generic implementation
 of the Language Server Protocol for use as a foundation for writing your
 own Language Servers in just a few lines of code.