Codebase list libcryptx-perl / 42d8ca27-3b52-4180-afd7-f16e2e9f590d/main debian / control
42d8ca27-3b52-4180-afd7-f16e2e9f590d/main

Tree @42d8ca27-3b52-4180-afd7-f16e2e9f590d/main (Download .tar.gz)

control @42d8ca27-3b52-4180-afd7-f16e2e9f590d/main

06d4a56
ff75d7a
 
58a3682
 
 
12c0735
42184db
ff75d7a
8d4cb90
bd0b408
 
58a3682
06d4a56
 
 
58a3682
 
 
1e1011a
dc4578e
22a1d9d
dc4578e
 
 
 
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-compat (= 12),
               libjson-xs-perl <!nocheck> | libjson-pp-perl <!nocheck> | libcpanel-json-xs-perl <!nocheck>,
               perl
Standards-Version: 4.4.0
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.