summaryrefslogtreecommitdiff
path: root/debian/control
blob: 9bee407364b6277c02efd9ea7123d396add1b8fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: emacs-tablist
Section: lisp
Priority: optional
Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
Uploaders: Rémi Vanicat <vanicat@debian.org>
Build-Depends: debhelper (>=9), dh-elpa
Standards-Version: 4.4.0
Homepage: https://github.com/politza/tablist
Vcs-Browser: https://salsa.debian.org/emacsen-team/emacs-tablist
Vcs-Git: https://salsa.debian.org/emacsen-team/emacs-tablist.git

Package: elpa-tablist
Architecture: all
Depends: ${misc:Depends}, emacsen-common (>= 2.0.8), emacs
Description: tablist adds maks and filters to tabulated-list-mode
 It also kind of puts a dired face on tabulated list buffers.
 .
 It can be used by deriving from tablist-mode and some features by
 using tablist-minor-mode inside a tabulated-list-mode buffer.