1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: hexcurse
Section: utils
Priority: optional
Maintainer: Package Salvaging Team <team+salvage@tracker.debian.org>
Uploaders: Gergely Risko <risko@debian.org>,
Andreas Tille <tille@debian.org>
Build-Depends: debhelper-compat (= 13), libncurses-dev
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/salvage-team/hexcurse
Vcs-Git: https://salsa.debian.org/salvage-team/hexcurse.git
Homepage: https://github.com/LonnyGomes/hexcurse
Package: hexcurse
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Ncurses-based hex editor with many features
HexCurse is a versatile ncurses-based hex editor written in C that provides
the user with many features. It currently supports searching, hex, and
decimal address output, jumping to specified locations in a file, and
quick keyboard shortcuts to commands.
|