File: control

package info (click to toggle)
lsp-mode 6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,788 kB
  • sloc: lisp: 3,803; makefile: 10
file content (30 lines) | stat: -rw-r--r-- 990 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
26
27
28
29
30
Source: lsp-mode
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Thomas Koch <thomas@koch.ro>
Build-Depends: debhelper (>= 11),
 dh-elpa,
 elpa-f,
 elpa-ht,
 elpa-spinner,
Standards-Version: 4.3.0
Homepage: https://github.com/emacs-lsp/lsp-mode
Vcs-Browser: https://salsa.debian.org/emacsen-team/lsp-mode
Vcs-Git: https://salsa.debian.org/emacsen-team/lsp-mode.git
Testsuite: autopkgtest-pkg-elpa

Package: elpa-lsp-mode
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs,
 emacs25
Description: Emacs client/library for the Language Server Protocol
 A Emacs Lisp library for implementing clients for servers using Microsoft's
 Language Server Protocol (v3.0)[1].
 .
 The library is designed to integrate with existing Emacs IDE frameworks
 (completion-at-point, xref (beginning with Emacs 25.1), flycheck, etc).
 .
 [1]: https://github.com/Microsoft/language-server-protocol