File: control

package info (click to toggle)
libcrypt-rsa-parse-perl 0.043-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 144 kB
  • ctags: 34
  • sloc: perl: 251; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,099 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
Source: libcrypt-rsa-parse-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Salvatore Bonaccorso <carnil@debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libclass-accessor-perl,
 libconvert-asn1-perl (>= 0.27),
 libcrypt-format-perl,
 libtest-nowarnings-perl,
 perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcrypt-rsa-parse-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcrypt-rsa-parse-perl.git
Homepage: https://metacpan.org/release/Crypt-RSA-Parse
Testsuite: autopkgtest-pkg-perl

Package: libcrypt-rsa-parse-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libclass-accessor-perl,
 libconvert-asn1-perl (>= 0.27),
 libcrypt-format-perl
Description: Perl module to parse RSA keys
 Crypt::RSA::Parse provides an interface for parsing RSA keys for useful
 information.
 .
 The public keys are represented via the Crypt::RSA::Parse::Public class,
 while private keys are represented via  Crypt::RSA::Parse::Private.