Source: hexcat
Section: utils
Priority: optional
Maintainer: Abraham vd Merwe <abz@debian.org>
Build-Depends: debhelper (>> 3.0.0)
Standards-Version: 3.5.2

Package: hexcat
Architecture: any
Section: utils
Depends: ${shlibs:Depends}
Description: HEX dumping utility
 The output consists of 6 columns. The first column contains
 the address of the row (in bytes). Columns 2 to 5 contain
 the characters in the row represented as hexadecimal bytes.
 The last column contains the bytes as printable characters.
 If a character is not printable it is replaced by a dot.

