File: control

package info (click to toggle)
libnet-oauth2-authorizationserver-perl 0.20-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 324 kB
  • sloc: perl: 2,875; sql: 111; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,521 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
Source: libnet-oauth2-authorizationserver-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Mirko Tietgen <mirko@abunchofthings.net>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: libcryptx-perl,
                     libmojo-jwt-perl,
                     libmoo-perl (>= 2.000002),
                     libtest-exception-perl (>= 0.32),
                     libtest-most-perl,
                     libtry-tiny-perl (>= 0.22),
                     libtype-tiny-perl (>= 1.000005),
                     perl
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-oauth2-authorizationserver-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-oauth2-authorizationserver-perl.git
Homepage: https://metacpan.org/release/Net-OAuth2-AuthorizationServer

Package: libnet-oauth2-authorizationserver-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libcryptx-perl,
         libmojo-jwt-perl,
         libmoo-perl (>= 2.000002),
         libtry-tiny-perl (>= 0.22),
         libtype-tiny-perl (>= 1.000005)
Description: implementation of an OAuth2 Authorization Server
 Net::OAuth2::AuthorizationServer is the gateway to the various OAuth2 grant
 flows, as documented at https://tools.ietf.org/html/rfc6749. Each module
 implements a specific grant flow and is designed to "just work" with minimal
 detail and effort.