File: control

package info (click to toggle)
libtext-string-hexconvert-perl 0.01-2
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 36 kB
  • ctags: 3
  • sloc: perl: 39; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 613 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: libtext-string-hexconvert-perl
Priority: extra
Maintainer: Cyril Bouthors <cyril@debian-packaging.com>
Uploaders: Cyril Bouthors <cyb@debian.org>, Cyril Bouthors <cyril@bouthors.org>
Build-Depends: debhelper (>= 8.0.0)
Standards-Version: 3.9.4
Section: perl
Homepage: http://search.cpan.org/~ahernit/String-HexConvert/

Package: libtext-string-hexconvert-perl
Section: perl
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Converts ASCII strings to hexadecimal and reverse
 Wrapper around pack and unpack of Perl to convert a string of hex digits to
 ASCII and other way around.