File: control

package info (click to toggle)
shed 1.15-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 440 kB
  • sloc: ansic: 1,096; sh: 1,010; makefile: 8
file content (28 lines) | stat: -rw-r--r-- 1,082 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: shed
Section: admin
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders: Juan Angulo Moreno <juan@apuntale.com>
Build-Depends: debhelper (>= 11), libncurses5-dev
Standards-Version: 4.2.1
Homepage: http://shed.sf.net
Vcs-Browser: https://salsa.debian.org/pkg-security-team/shed
Vcs-Git: https://salsa.debian.org/pkg-security-team/shed.git

Package: shed
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: simple hex editor with a pico-style interface
 shed (Simple Hex Editor) is an easy application for viewing and editing
 files in text mode, using ncurses. The main features are:
 .
   - Displays each byte as ascii, hex, decimal, octal and binary;
   - Allows changes to be input in all of the above displayed modes,
     with bit toggling in the binary column;
   - Simple Pico-style interface;
   - Search resource;
   - Can dump information to file;
   - Small memory requirements because file is not loaded into memory;
   - Large file support.
 .
 shed is useful in forensics investigations.