File: control

package info (click to toggle)
lsprotocol 2025.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,408 kB
  • sloc: python: 7,567; cs: 1,225; sh: 15; makefile: 4
file content (25 lines) | stat: -rw-r--r-- 975 bytes parent folder | download
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
Source: lsprotocol
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Arto Jantunen <viiru@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               flit,
               pybuild-plugin-pyproject,
               python3-all,
Standards-Version: 4.7.2
Testsuite: autopkgtest-pkg-pybuild
Rules-Requires-Root: no
Homepage: https://github.com/microsoft/lsprotocol
Vcs-Browser: https://salsa.debian.org/python-team/packages/lsprotocol
Vcs-Git: https://salsa.debian.org/python-team/packages/lsprotocol.git

Package: python3-lsprotocol
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Breaks: python3-pygls (<<1.3.0-3~)
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.