4 Maintainer: Petr Baudiš <pasky@ucw.cz>
5 Build-Depends: debhelper (>= 8.0.0), libncurses5-dev
6 Standards-Version: 3.9.2
7 Homepage: http://code.google.com/p/hed/
11 Depends: ${shlibs:Depends}, ${misc:Depends}
12 Description: fast hexadecimal editor
13 Hed is a free hexadecimal editor for POSIX systems designed to
14 efficiently handle infinitely large files in conjunction with
15 operations like inserting in the middle of the file.
17 Some of its features include:
18 - Very fast on very large files (keeps only necessary portion
19 of the file in memory)
20 - Fast inserting anywhere in the file
21 - Fast saving of intermediate changes
22 - vim-like controls (and exmode)
23 - Powerful expressions concept for flexible searching and
24 transformation operations on the file or a selected region