blob: f66371af31649d36be9e49db8f34a6b34a6fcb2b (
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
|
Source: pygls
Section: python
Priority: optional
Maintainer: Niels Thykier <niels@thykier.net>
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.
|