File: control

package info (click to toggle)
libdigest-whirlpool-perl 1.09-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 448 kB
  • sloc: ansic: 1,646; perl: 175; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 778 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
Source: libdigest-whirlpool-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 libdigest-perl,
 perl (>= 5.6.10-12),
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian/libdigest-whirlpool-perl
Vcs-Git: https://salsa.debian.org/debian/libdigest-whirlpool-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libdigest-whirlpool-perl
Architecture: any
Depends:
 ${misc:Depends},
 ${perl:Depends},
 ${shlibs:Depends},
Description: 512-bit, collision-resistant, one-way hash perl function
 Provides an interface to the WHIRLPOOL hash algorithm. This module
 subclasses Digest::base and can be used either directly or through
 the Digest meta-module. Using the latter is recommended.