File: control

package info (click to toggle)
libcaptcha-recaptcha-v3-perl 0.06-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 156 kB
  • sloc: perl: 167; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,224 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
Source: libcaptcha-recaptcha-v3-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-tiny-perl,
               perl
Build-Depends-Indep: libjson-perl <!nocheck>,
                     liblwp-protocol-https-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     libwww-perl <!nocheck>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcaptcha-recaptcha-v3-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcaptcha-recaptcha-v3-perl.git
Homepage: https://metacpan.org/release/Captcha-reCAPTCHA-V3
Rules-Requires-Root: no

Package: libcaptcha-recaptcha-v3-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libjson-perl,
         liblwp-protocol-https-perl,
         libwww-perl
Description: Perl implementation of reCAPTCHA API version 3
 Captcha::reCAPTCHA::V3 is inspired from Captcha::reCAPTCHA::V2
 .
 This one is especially for Google reCAPTCHA v3, not for v2 because APIs are
 so different.