File: control

package info (click to toggle)
libcrypt-openssl-ec-perl 1.31-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 472 kB
  • sloc: pascal: 756; perl: 391; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 1,084 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-openssl-ec-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Guimard <x.guimard@free.fr>
Build-Depends: debhelper (>= 9.20120312),
 libcrypt-openssl-bignum-perl,
 libssl-dev,
 perl
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcrypt-openssl-ec-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcrypt-openssl-ec-perl.git
Homepage: https://metacpan.org/release/Crypt-OpenSSL-EC
Testsuite: autopkgtest-pkg-perl

Package: libcrypt-openssl-ec-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
 libcrypt-openssl-bignum-perl
Description: Perl extension for OpenSSL EC (Elliptic Curves) library
 Crypt::OpenSSL::EC provides a standard (non-OO) interface to the OpenSSL EC
 (Elliptic Curve) library. It provides the Crypt::OpenSSL::EC class which
 defines some high level functions and constants. Some OO calls are supported.
 .
 Most of the functions described in openssl/ec.h are supported.