aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 7c10049073b8637a50c208526f4234c749ca4882 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: dhex
Section: editors
Priority: optional
Maintainer: Jonathan McCrohan <jmccrohan@gmail.com>
Build-Depends: debhelper (>= 9~), libncurses5-dev
Standards-Version: 3.9.3
Homepage: http://www.dettus.net/dhex/

Package: dhex
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: ncurses based hex editor with diff mode
 This is more than just another hex editor: It includes a diff mode, which
 can be used to easily and conveniently compare two binary files. Since it is
 based on ncurses and is themeable, it can run on any number of systems and
 scenarios. With its utilization of search logs, it is possible to track
 changes in different iterations of files easily.