File: control

package info (click to toggle)
libdata-hexdumper-perl 3.0001-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 132 kB
  • sloc: perl: 387; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,266 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: libdata-hexdumper-perl
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl,
 libtest-pod-perl,
  libtest-pod-coverage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Harlan Lieberman-Berg <H.LiebermanBerg@gmail.com>,
 gregor herrmann <gregoa@debian.org>
Standards-Version: 4.7.2
Homepage: https://metacpan.org/release/Data-Hexdumper
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdata-hexdumper-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdata-hexdumper-perl
Testsuite: autopkgtest-pkg-perl

Package: libdata-hexdumper-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Multi-Arch: foreign
Description: module for formatting binary data in a human-readable way
 Data::Hexdumper provides a simple way to format arbitrary 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.