summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 6958a15611a4f993d1849d5b7c13e31c7d6caa96 (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
Source: lsprotocol
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: Debian Python Team <team+python@tracker.debian.org>
XSBC-Original-Uploaders: Arto Jantunen <viiru@debian.org>
Bugs: mailto:maintainers@lists.progress-linux.org
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               flit,
               pybuild-plugin-pyproject,
               python3-all,
Standards-Version: 4.6.2.0
Testsuite: autopkgtest-pkg-pybuild
Rules-Requires-Root: no
Homepage: https://github.com/microsoft/lsprotocol
Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/lsprotocol
Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/lsprotocol
XSBC-Original-Vcs-Browser: https://salsa.debian.org/python-team/packages/lsprotocol
XSBC-Original-Vcs-Git: https://salsa.debian.org/python-team/packages/lsprotocol.git

Package: python3-lsprotocol
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Description: Python implementation of the Language Server Protocol
 lsprotocol is a Python implementation of object types used in the Language
 Server Protocol (LSP). This repository contains the code generator and the
 generated types for LSP.