File: control

package info (click to toggle)
libnet-oauth-perl 0.28-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 296 kB
  • ctags: 112
  • sloc: perl: 1,480; makefile: 8
file content (43 lines) | stat: -rw-r--r-- 1,711 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
36
37
38
39
40
41
42
43
Source: libnet-oauth-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: AGOSTINI Yves <agostini@univ-metz.fr>,
           gregor herrmann <gregoa@debian.org>,
           Brian Cassidy <brian.cassidy@gmail.com>,
           Nathan Handler <nhandler@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>,
           Jotam Jr. Trejo <jotamjr@debian.org.sv>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 8),
               libmodule-build-perl
Build-Depends-Indep: perl,
                     libcrypt-openssl-rsa-perl,
                     libdigest-hmac-perl,
                     libclass-data-inheritable-perl,
                     liburi-perl,
                     libclass-accessor-perl,
                     libtest-warn-perl,
                     libwww-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnet-oauth-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-oauth-perl.git
Homepage: https://metacpan.org/release/Net-OAuth

Package: libnet-oauth-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         perl,
         libcrypt-openssl-rsa-perl,
         libclass-data-inheritable-perl,
         libdigest-hmac-perl,
         libclass-accessor-perl,
         libwww-perl
Description: implementation of the OAuth 1.0 protocol
 Net::OAuth implements OAuth, which is "An open protocol to allow secure API
 authentication in a simple and standard method from desktop and web
 applications."
 .
 In practical terms, OAuth is a mechanism for a Consumer to request protected
 resources from a Service Provider on behalf of a user.