File: control

package info (click to toggle)
dumb-jump-el 0.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 640 kB
  • sloc: lisp: 3,371; cpp: 57; sh: 38; makefile: 28
file content (39 lines) | stat: -rw-r--r-- 1,361 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
31
32
33
34
35
36
37
38
39
Source: dumb-jump-el
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-elpa,
               elpa-dash,
               elpa-el-mock,
               elpa-f,
               elpa-noflet,
               elpa-popup,
               elpa-s,
               elpa-undercover,
               silversearcher-ag | ripgrep
Standards-Version: 4.4.1
Testsuite: autopkgtest-pkg-elpa
Rules-Requires-Root: no
Homepage: https://github.com/jacktasia/dumb-jump
Vcs-Browser: https://salsa.debian.org/emacsen-team/dumb-jump-el
Vcs-Git: https://salsa.debian.org/emacsen-team/dumb-jump-el.git

Package: elpa-dumb-jump
Architecture: all
Depends: ${elpa:Depends},
         ${misc:Depends},
         git
Recommends: emacs (>= 46.0),
            silversearcher-ag | ripgrep
Enhances: emacs
Description: jump to definition for multiple languages without configuration
 This package provides an Emacs "jump to definition" package with
 support for multiple programming languages that favors "just working"
 over speed or accuracy. This means minimal -- and ideally zero --
 configuration with absolutely no stored indexes (TAGS) or persistent
 background processes.
 .
 Dumb Jump performs best with The Silver Searcher `ag` or ripgrep
 `rg`.