File: control

package info (click to toggle)
liboauth-lite2-perl 0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 592 kB
  • sloc: perl: 2,658; makefile: 10
file content (63 lines) | stat: -rw-r--r-- 2,294 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Source: liboauth-lite2-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Mason James <mtj@kohaaloha.com>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-tiny-perl,
               perl
Build-Depends-Indep: libclass-accessor-perl <!nocheck>,
                     libclass-errorhandler-perl <!nocheck>,
                     libdata-dump-perl <!nocheck>,
                     libdigest-sha-perl <!nocheck>,
                     libhash-multivalue-perl <!nocheck>,
                     libio-string-perl <!nocheck>,
                     libjson-xs-perl <!nocheck>,
                     libparams-validate-perl <!nocheck>,
                     libplack-perl <!nocheck>,
                     libscalar-list-utils-perl <!nocheck>,
                     libstring-random-perl <!nocheck>,
                     libtest-simple-perl <!nocheck>,
                     libtry-tiny-perl <!nocheck>,
                     liburi-perl <!nocheck>,
                     libwww-perl <!nocheck>,
                     libxml-libxml-perl <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liboauth-lite2-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liboauth-lite2-perl.git
Homepage: https://metacpan.org/release/OAuth-Lite2
Rules-Requires-Root: no

Package: liboauth-lite2-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-accessor-perl,
         libclass-errorhandler-perl,
         libdata-dump-perl,
         libdigest-sha-perl,
         libhash-multivalue-perl,
         libio-string-perl,
         libjson-xs-perl,
         libparams-validate-perl,
         libplack-perl,
         libscalar-list-utils-perl,
         libstring-random-perl,
         libtry-tiny-perl,
         liburi-perl,
         libwww-perl,
         libxml-libxml-perl
Description: OAuth 2.0 Library
 OAuth::Lite2 provides a lightweight OAuth library for Perl and Plack.
 .
 See also:
  https://oauth.net/2
 .
 Client
  OAuth::Lite2::Client::WebServer
  OAuth::Lite2::Client::UsernameAndPassword
 .
 Server
  OAuth::Lite2::Server::Endpoint::Token
  Plack::Middleware::Auth::OAuth2::ProtectedResource