File: control

package info (click to toggle)
ztree 1.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 180 kB
  • ctags: 149
  • sloc: lisp: 1,322; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,230 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
Source: ztree
Section: lisp
Priority: optional
Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
Uploaders: Lev Lamberov <dogsleg@debian.org>
Build-Depends: debhelper (>= 10),
               dh-elpa
Standards-Version: 3.9.8
Homepage: https://github.com/fourier/ztree
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/ztree.git/
Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/ztree.git

Package: elpa-ztree
Architecture: all
Depends: ${elpa:Depends},
         ${misc:Depends},
         emacs
Recommends: emacs (>= 46.0)
Enhances: emacs,
          emacs24,
          emacs25
Built-Using: ${misc:Built-Using}
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.