Codebase list libcryptx-perl / debian/0.048-1 debian / control
debian/0.048-1

Tree @debian/0.048-1 (Download .tar.gz)

control @debian/0.048-1raw · history · blame

Source: libcryptx-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Lucas Kanashiro <kanashiro@debian.org>
Build-Depends: debhelper (>= 10),
               perl
Standards-Version: 4.0.0
Homepage: https://metacpan.org/release/CryptX
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcryptx-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcryptx-perl.git
Testsuite: autopkgtest-pkg-perl

Package: libcryptx-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
Description: Perl module that provides a self-contained crypto toolkit
 Crypt 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.