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
|
Source: dap-mode
Section: editors
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Xiyue Deng <manphiz@gmail.com>
Build-Depends: debhelper-compat (= 13),
dh-elpa,
elpa-lsp-mode,
elpa-bui,
elpa-f,
elpa-s,
elpa-lsp-treemacs,
elpa-posframe,
elpa-ht,
elpa-lsp-docker,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/emacsen-team/dap-mode
Vcs-Git: https://salsa.debian.org/emacsen-team/dap-mode.git
Homepage: https://github.com/emacs-lsp/dap-mode
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-elpa
Package: elpa-dap-mode
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends}
Recommends: emacs
Enhances: emacs
Description: DAP UI controls implemented using treemacs
Emacs client/library for Debug Adapter Protocol is a wire protocol
for communication between client and Debug Server. It’s similar to
the LSP but provides integration with debug server.
|