File: control

package info (click to toggle)
libmojolicious-plugin-bcrypt-perl 0.14-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 108 kB
  • ctags: 3
  • sloc: perl: 100; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 777 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
Source: libmojolicious-plugin-bcrypt-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Oleg Gashev <oleg@gashev.net>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libcrypt-eksblowfish-perl,
 libmojolicious-perl (>= 4.0),
 perl
Standards-Version: 3.9.4
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.