Source: libcrypt-yescrypt-perl
Maintainer: Mark Pryor <pryorm09@gmail.com>
Section: perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               perl-xs-dev,
               perl:native
Standards-Version: 4.7.2
Homepage: https://metacpan.org/release/Crypt-Yescrypt
Rules-Requires-Root: no

Package: libcrypt-yescrypt-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: Perl interface to the yescrypt password hash
 yescrypt is a password-based key derivation function (KDF) and password
 hashing scheme. It builds upon Colin Percival's scrypt. This implementation
 is able to compute native yescrypt hashes as well as classic scrypt.
 .
 This description was automagically extracted from the module by dh-make-perl.
