File: control

package info (click to toggle)
libcrypt-gcrypt-perl 1.26-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 344 kB
  • ctags: 117
  • sloc: perl: 237; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,015 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
Source: libcrypt-gcrypt-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~),
               perl,
               libgcrypt20-dev,
               libtest-pod-coverage-perl,
               libdevel-size-perl
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcrypt-gcrypt-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcrypt-gcrypt-perl.git
Homepage: https://metacpan.org/release/Crypt-GCrypt
Testsuite: autopkgtest-pkg-perl

Package: libcrypt-gcrypt-perl
Architecture: any
Depends: ${perl:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Description: Perl interface to the GNU Cryptographic library
 Crypt::GCrypt provides an object interface to the C libgcrypt library. It
 currently supports symmetric encryption/decryption, while asymmetric 
 cryptography is being worked on.