File: control

package info (click to toggle)
libcrypt-blowfish-perl 2.14-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 168 kB
  • ctags: 48
  • sloc: ansic: 790; perl: 237; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 985 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: libcrypt-blowfish-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Jonathan McDowell <noodles@earth.li>,
 Ansgar Burchardt <ansgar@debian.org>,
 gregor herrmann <gregoa@debian.org>
Priority: optional
Section: perl
Standards-Version: 3.9.4
Homepage: https://metacpan.org/release/Crypt-Blowfish/
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcrypt-blowfish-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcrypt-blowfish-perl.git
Build-Depends: debhelper (>= 9.20120312), libcrypt-cbc-perl, perl

Package: libcrypt-blowfish-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
Description: Blowfish cryptography for Perl
 This is Crypt::Blowfish, an XS-based implementation of the Blowfish
 cryptography algorithm designed by Bruce Schneier.  It's designed to
 take full advantage of Crypt::CBC when desired.  Blowfish keys may be
 up to 448 bits (56 bytes) long.