| 12
 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
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 
 | Source: libcrypt-util-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 libcrypt-cbc-perl,
 libcrypt-rijndael-perl,
 libdata-guid-perl,
 libdigest-hmac-perl,
 libmime-base32-perl,
 libmime-base64-urlsafe-perl,
 libmodule-package-perl,
 libmoose-perl,
 libnamespace-clean-perl,
 libsub-exporter-perl,
 libtest-exception-perl,
 liburi-perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcrypt-util-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcrypt-util-perl
Homepage: https://metacpan.org/release/Crypt-Util
Testsuite: autopkgtest-pkg-perl
Package: libcrypt-util-perl
Architecture: all
Depends:
 libdata-guid-perl,
 libmoose-perl,
 libnamespace-clean-perl,
 libsub-exporter-perl,
 ${misc:Depends},
 ${perl:Depends},
Recommends:
 libcrypt-cbc-perl,
 libcrypt-rijndael-perl,
 libdigest-hmac-perl,
 libmime-base32-perl,
 libmime-base64-urlsafe-perl,
 liburi-perl,
Suggests:
 libcrypt-crypt-blowfish-perl,
 libcrypt-crypt-cfb-perl,
 libcrypt-crypt-ctr-perl,
 libcrypt-crypt-des-perl,
 libcrypt-crypt-eax-perl,
 libcrypt-crypt-ofb-perl,
 libcrypt-crypt-rc6-perl,
 libcrypt-crypt-ripemd160-perl,
 libcrypt-crypt-serpent-perl,
 libcrypt-crypt-twofish-perl,
 libcrypt-digest-cmac-perl,
 libcrypt-digest-whirlpool-perl,
Description: lightweight Crypt/Digest convenience API
 Crypt::Util provides an easy, intuitive and forgiving API for wielding
 crypto-fu.
 .
 The API is designed as a cascade, with rich features built using
 simpler ones. This means that the option processing is uniform
 throughout, and the behaviors are generally predictable.
 .
 Note that Crypt::Util doesn't do any crypto on its own, but delegates
 the actual work to the various other crypto modules on the CPAN.
 Crypt::Util merely wraps these modules, providing uniform parameters,
 and building on top of their polymorphism with higher level features.
 |