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 34 35 36
|
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-compat (= 12),
dh-elpa,
elpa-dash-functional,
elpa-deferred,
elpa-f,
elpa-ht,
elpa-lv,
elpa-markdown-mode,
elpa-spinner,
elpa-undercover
Standards-Version: 4.5.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
|