File: control

package info (click to toggle)
libcryptx-perl 0.063-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,908 kB
  • sloc: ansic: 53,141; perl: 3,922; pascal: 2,616; makefile: 185
file content (26 lines) | stat: -rw-r--r-- 1,155 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
Source: libcryptx-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Lucas Kanashiro <kanashiro@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10),
               libjson-xs-perl | libjson-pp-perl | libcpanel-json-xs-perl,
               perl
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcryptx-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcryptx-perl.git
Homepage: https://metacpan.org/release/CryptX

Package: libcryptx-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Recommends: libjson-xs-perl | libjson-pp-perl | libcpanel-json-xs-perl
Description: Perl module that provides a self-contained crypto toolkit
 CryptX is a self-contained crypto toolkit based on
 https://github.com/libtom/libtomcrypt. It provides cyphers, block cipher
 modes, authenticated encryption modes, hash functions, message authentication
 codes, public key cryptography, cryptographically secure random number
 generators, key derivation functions.