File: META.yml

package info (click to toggle)
libnet-oauth2-authorizationserver-perl 0.28-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 324 kB
  • sloc: perl: 3,087; sql: 111; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,056 bytes parent folder | download | duplicates (2)
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
---
abstract: 'Easier implementation of an OAuth2 Authorization Server'
author:
  - 'Lee Johnson <leejo@cpan.org>'
build_requires:
  Test::Exception: '0.32'
  Test::Most: '0'
configure_requires:
  ExtUtils::MakeMaker: '0'
dynamic_config: 1
generated_by: 'ExtUtils::MakeMaker version 7.36, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: Net-OAuth2-AuthorizationServer
no_index:
  directory:
    - t
    - inc
requires:
  Carp: '0'
  Crypt::JWT: '0.023'
  CryptX: '0.021'
  MIME::Base64: '0'
  Moo: '2.000002'
  Time::HiRes: '0'
  Try::Tiny: '0.22'
  Types::Standard: '1.000005'
  perl: '5.010001'
resources:
  bugtracker: https://github.com/Humanstate/net-oauth2-authorizationserver/issues
  homepage: https://metacpan.org/module/Net::OAuth2::AuthorizationServer
  license: http://dev.perl.org/licenses/
  repository: https://github.com/Humanstate/net-oauth2-authorizationserver
version: '0.28'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'