File: control

package info (click to toggle)
libjson-webtoken-perl 0.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 228 kB
  • ctags: 36
  • sloc: perl: 336; makefile: 15
file content (39 lines) | stat: -rw-r--r-- 1,456 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
Source: libjson-webtoken-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: cdbs,
 devscripts,
 perl,
 libmodule-build-perl,
 libmodule-runtime-perl,
 debhelper,
 dh-buildinfo,
 libjson-perl,
 libcrypt-openssl-rsa-perl,
 perl (>= 5.13.11) | libtest-simple-perl (>= 0.98),
 libtest-mock-guard-perl,
 libtest-requires-perl
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libjson-webtoken-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libjson-webtoken-perl
Homepage: https://github.com/xaicron/p5-JSON-WebToken

Package: libjson-webtoken-perl
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${perl:Depends}
Recommends: ${cdbs:Recommends}
Description: JSON Web Token (JWT) implementation
 JSON::WebToken is an implementation of JSON Web Token (JWT) for Perl.
 .
 JSON Web Token is a JSON-based open standard for passing claims between
 parties in web application environment. The tokens are designed to be
 compact, URL-safe and usable especially in web browser single sign-on
 context. JWT claims can be typically used to pass identity of
 authenticated users between an identity provider and a service
 provider, or any other type of claims as required by business
 processes. The tokens can also be authenticated and encrypted.