File: control

package info (click to toggle)
liblwp-authen-oauth2-perl 0.13-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 276 kB
  • ctags: 119
  • sloc: perl: 1,024; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,409 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
Source: liblwp-authen-oauth2-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nick Morrott <knowledgejunkie@gmail.com>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libjson-perl,
                     liblwp-protocol-https-perl,
                     libtest-pod-perl,
                     libwww-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblwp-authen-oauth2-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/liblwp-authen-oauth2-perl.git
Homepage: https://metacpan.org/release/LWP-Authen-OAuth2
Testsuite: autopkgtest-pkg-perl

Package: liblwp-authen-oauth2-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
         libjson-perl,
         liblwp-protocol-https-perl,
         libwww-perl
Description: Perl module enabling OAuth 2 requests via LWP
 LWP::Authen::OAuth2 lets you access OAuth 2 protected APIs with LWP.
 Specifically it provides helper methods to construct all requests to the
 service provider, and takes care (if possible) of details like
 automatically refreshing tokens when needed.
 .
 There can be wide variation between implementations of OAuth 2.  Simple
 implementations can be handled with some configuration information, but
 hooks are available to handle more complex service providers.