File: control

package info (click to toggle)
emacs-smeargle 0.03-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 160 kB
  • sloc: lisp: 163; makefile: 6
file content (26 lines) | stat: -rw-r--r-- 912 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
Source: emacs-smeargle
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-elpa
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://github.com/syohex/emacs-smeargle
Vcs-Browser: https://salsa.debian.org/emacsen-team/emacs-smeargle
Vcs-Git: https://salsa.debian.org/emacsen-team/emacs-smeargle.git

Package: elpa-smeargle
Architecture: all
Depends: ${elpa:Depends},
         ${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs
Description: highlight region by last updated time
 `smeargle' is an Emacs port of Vim's smeargle. `smeargle' provides
 highlighting regions by last update time / age of commits. So it is
 possible to know which part is changed recently and which part is
 not changed recently.
 .
 It supports Git and Mercurial.