File: control

package info (click to toggle)
libdata-hexdumper-perl 2.01-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 112 kB
  • ctags: 6
  • sloc: perl: 273; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 1,008 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
Source: libdata-hexdumper-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/Data-Hexdumper/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdata-hexdumper-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdata-hexdumper-perl/

Package: libdata-hexdumper-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: Make binary data human-readable
 Data::Hexdumper provides a simple way to format arbitary binary data into a
 nice human-readable format, somewhat similar to the Unix 'hexdump' utility.
 .
 It gives the programmer a considerable degree of flexibility in how the data
 is formatted, with sensible defaults. It is envisaged that it will primarily
 be of use for those wrestling alligators in the swamp of binary file formats,
 which is why it was written in the first place.