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 Uploaders: Russ Allbery , 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.