File: control

package info (click to toggle)
libmojolicious-plugin-bcrypt-perl 0.14-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 108 kB
  • sloc: perl: 100; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,093 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
Source: libmojolicious-plugin-bcrypt-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Niko Tyni <ntyni@debian.org>
Section: perl
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10)
Build-Depends-Indep: libcrypt-eksblowfish-perl,
                     libmojolicious-perl (>= 4.0),
                     perl
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmojolicious-plugin-bcrypt-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmojolicious-plugin-bcrypt-perl.git
Homepage: https://metacpan.org/release/Mojolicious-Plugin-Bcrypt

Package: libmojolicious-plugin-bcrypt-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcrypt-eksblowfish-perl,
         libmojolicious-perl (>= 4.0)
Description: module to bcrypt passwords for Mojolicious
 Mojolicious::Plugin::Bcrypt module provides a helper for crypting and
 validating passwords via bcrypt algorithm inside your mojolicious web
 application.