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`.
|