File: control

package info (click to toggle)
libstring-hexconvert-perl 0.02-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 140 kB
  • sloc: perl: 72; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 920 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
Source: libstring-hexconvert-perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Roland Rosenfeld <roland@debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.6.1
Section: perl
Homepage: https://metacpan.org/release/String-HexConvert
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libstring-hexconvert-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libstring-hexconvert-perl

Package: libstring-hexconvert-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Replaces: libtext-string-hexconvert-perl
Breaks: libtext-string-hexconvert-perl
Description: Converts ASCII strings to hexadecimal and reverse
 String::HexConvert is a wrapper around pack and unpack of Perl to
 convert a string of hex digits to ASCII and other way around.