File: control

package info (click to toggle)
libprotocol-acme-perl 1.01-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 296 kB
  • ctags: 98
  • sloc: perl: 1,463; makefile: 9; sh: 8
file content (35 lines) | stat: -rw-r--r-- 1,172 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
27
28
29
30
31
32
33
34
35
Source: libprotocol-acme-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Salvatore Bonaccorso <carnil@debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libcrypt-format-perl,
 libcrypt-openssl-bignum-perl,
 libcrypt-openssl-rsa-perl,
 libcrypt-rsa-parse-perl,
 libjson-perl,
 liblog-any-perl,
 libtest-exception-perl,
 openssl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libprotocol-acme-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libprotocol-acme-perl.git
Homepage: https://metacpan.org/release/Protocol-ACME
Testsuite: autopkgtest-pkg-perl

Package: libprotocol-acme-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libcrypt-format-perl,
 libcrypt-openssl-bignum-perl,
 libcrypt-openssl-rsa-perl,
 libcrypt-rsa-parse-perl,
 libjson-perl,
 liblog-any-perl
Description: Perl Interface to the Let's Encrypt ACME API
 Protocol::ACME is a class implementing an interface for the Let's Encrypt
 ACME API.
 .
 The class handles the protocol details behind provisioning a Let's Encrypt
 certificate.