Source: libdigest-bcrypt-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Christoph Berg <christoph.berg@credativ.de>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libcrypt-eksblowfish-perl,
                     libtry-tiny-perl (>= 0.24),
                     perl
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libdigest-bcrypt-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libdigest-bcrypt-perl.git
Homepage: https://metacpan.org/release/Digest-Bcrypt

Package: libdigest-bcrypt-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcrypt-eksblowfish-perl
Description: Perl interface to the bcrypt digest algorithm
 Digest::Bcrypt provides an interface to the bcrypt digest algorithm.
 .
 This module subclasses Digest::base and can be used either directly
 or through the Digest meta-module. Using the latter is recommended.
 It is mostly a wrapper around Crypt::Eksblowfish::Bcrypt.
