File: control

package info (click to toggle)
libnet-duo-perl 1.02-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 556 kB
  • sloc: perl: 2,576; makefile: 3
file content (43 lines) | stat: -rw-r--r-- 1,400 bytes parent folder | download | duplicates (2)
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
36
37
38
39
40
41
42
43
Source: libnet-duo-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 12),
 libjson-perl,
 libmodule-build-perl,
 libperl6-slurp-perl,
 libsub-install-perl,
 libtest-minimumversion-perl,
 libtest-pod-coverage-perl,
 libtest-pod-perl,
 libtest-strict-perl,
 libtest-synopsis-perl,
 liburi-perl,
 libwww-perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Russ Allbery <rra@debian.org>,
Rules-Requires-Root: no
Standards-Version: 4.3.0
Homepage: https://www.eyrie.org/~eagle/software/net-duo/
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-duo-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-duo-perl

Package: libnet-duo-perl
Architecture: all
Depends:
 libjson-perl,
 libperl6-slurp-perl,
 libsub-install-perl,
 liburi-perl,
 libwww-perl,
 ${misc:Depends},
 ${perl:Depends},
Description: Perl API for Duo multifactor authentication service
 Net::Duo provides an object-oriented Perl interface for the Duo Security
 REST APIs.  It attempts to abstract some of the API details and provide
 an object-oriented view of the returned objects in order to make use of
 the API in Perl code more natural than dealing with JSON data structures
 directly.  Currently, some parts of the Auth and Admin APIs are
 implemented alongside with generic methods to call any of the JSON-based
 APIs.