File: control

package info (click to toggle)
libpbkdf2-tiny-perl 0.005-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 188 kB
  • sloc: perl: 302; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 885 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: libpbkdf2-tiny-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Harlan Lieberman-Berg <hlieberman@setec.io>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpbkdf2-tiny-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpbkdf2-tiny-perl.git
Homepage: https://metacpan.org/release/PBKDF2-Tiny

Package: libpbkdf2-tiny-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Minimalist PBKDF2 (RFC 2898) with HMAC-SHA1 or HMAC-SHA2
 PBKDF2::Tiny provides a minimal PBKDF2 implementation using HMAC-SHA1
 or HMAC-SHA2 in under 100 lines of code.  It requires no modules
 other than core for versions of Perl greater than 5.10.