File: control

package info (click to toggle)
libcrypt-dsa-perl 1.17-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 292 kB
  • ctags: 190
  • sloc: perl: 2,281; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,267 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
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: libcrypt-dsa-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Julián Moreno Patiño <darkjunix@gmail.com>,
    Dominic Hargreaves <dom@earth.li>,
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     libconvert-asn1-perl,
                     libconvert-pem-perl,
                     libcrypt-des-ede3-perl,
                     libdata-buffer-perl,
                     libfile-which-perl,
                     libmath-bigint-gmp-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcrypt-dsa-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcrypt-dsa-perl.git
Homepage: https://metacpan.org/release/Crypt-DSA

Package: libcrypt-dsa-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libconvert-asn1-perl,
         libconvert-pem-perl,
         libdata-buffer-perl,
         perl,
         libfile-which-perl
Recommends: libmath-bigint-gmp-perl
Description: Perl module for DSA Signatures and Key Generation
 Crypt::DSA is a pure Perl implementation of DSA (Digital
 Signature Algorithm).
 It provides DSA signing, signature verification, 
 and key generation.