File: control

package info (click to toggle)
bless 0.6.0-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,428 kB
  • sloc: cs: 15,403; xml: 3,940; sh: 3,873; makefile: 208; sed: 16
file content (35 lines) | stat: -rw-r--r-- 1,302 bytes parent folder | download | duplicates (2)
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
29
30
31
32
33
34
35
Source: bless
Section: editors
Priority: optional
Maintainer: Debian CLI Applications Team <pkg-cli-apps-team@lists.alioth.debian.org>
Uploaders: Iain Lane <laney@debian.org>
Build-Depends: debhelper (>= 11),
               pkg-config,
Build-Depends-Indep: cli-common-dev (>= 0.4.4),
                     mono-devel (>= 2.4.3),
                     libglib2.0-cil-dev,
                     libgtk2.0-cil-dev,
                     libglade2.0-cil-dev
Standards-Version: 4.2.1
Homepage: http://home.gna.org/bless/
Vcs-Git: https://salsa.debian.org/dotnet-team/bless.git
Vcs-Browser: https://salsa.debian.org/dotnet-team/bless

Package: bless
Architecture: all
Depends: ${cli:Depends}, ${misc:Depends}
Description: A full featured hexadecimal editor
 Bless is a binary (hex) editor, a program that enables you to edit files
 as a sequence of bytes written for the GNOME Desktop. Main features are:
 .
   * Efficient editing of large data files.
   * Multilevel undo - redo operations.
   * Customizable data views.
   * Fast data rendering on screen.
   * Multiple Tabs.
   * Fast Find and Replace operations.
   * Conversion Table.
   * Advanced Copy/Paste capabilities.
   * Multi-threaded search and save operations.
   * Export to text and html (others with plugins).
   * Extensibility with Plugins.