Fix hed_block_is_after_erase()
[hed.git] / debian / control
blob2f32d2df1f0f6d3a2df5219b9c8bb46f1cc1d8d8
1 Source: hed
2 Section: editors
3 Priority: optional
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/
9 Package: hed
10 Architecture: any
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.
16  .
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