File: control

package info (click to toggle)
ztree 1.0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 224 kB
  • sloc: lisp: 1,543; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,133 bytes parent folder | download | duplicates (2)
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: ztree
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.6.0
Rules-Requires-Root: no
Homepage: https://github.com/fourier/ztree
Vcs-Browser: https://salsa.debian.org/emacsen-team/ztree
Vcs-Git: https://salsa.debian.org/emacsen-team/ztree.git

Package: elpa-ztree
Architecture: all
Depends: ${elpa:Depends},
         ${misc:Depends}
Recommends: emacs (>= 46.0)
Enhances: emacs
Description: text mode directory tree
 ztree is a project dedicated to implementation of several text-tree
 applications inside GNU Emacs. It consists of 2 subprojects: ztree-diff and
 ztree-dir.
 .
 ztree-diff is a directory-diff tool for Emacs inspired by commercial tools
 like Beyond Compare or Araxis Merge. It supports showing the difference
 between two directories; calling Ediff for not matching files, copying
 between directories, deleting file/directories, hiding/showing equal
 files/directories.
 .
 ztree-dir is a simple text-mode directory tree for Emacs.