File: control

package info (click to toggle)
libdancer2-plugin-passphrase-perl 3.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 168 kB
  • sloc: perl: 190; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,241 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: libdancer2-plugin-passphrase-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nuno Carvalho <smash@cpan.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: libdancer2-perl (>= 0.200000) <!nocheck>,
                     libdata-entropy-perl <!nocheck>,
                     libdigest-bcrypt-perl <!nocheck>,
                     perl
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdancer2-plugin-passphrase-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdancer2-plugin-passphrase-perl.git
Homepage: https://metacpan.org/release/Dancer2-Plugin-Passphrase
Rules-Requires-Root: no

Package: libdancer2-plugin-passphrase-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdancer2-perl (>= 0.200000),
         libdata-entropy-perl,
         libdigest-bcrypt-perl
Description: passphrases and passwords as objects for Dancer2
 Dancer2::Plugin::Passphrase manages the hashing of passwords for Dancer2
 apps, allowing developers to follow cryptography best practices without
 having to become a cryptography expert.