libcrypt-jwt-perl 0.035-1 source package in Ubuntu

Changelog

libcrypt-jwt-perl (0.035-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.035.
  * Update years of upstream copyright.
  * Declare compliance with Debian Policy 4.6.2.
  * Drop unneeded version constraints from (build) dependencies.

 -- gregor herrmann <email address hidden>  Fri, 27 Oct 2023 01:00:28 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcrypt-jwt-perl_0.035-1.dsc 2.3 KiB 671e4962d7588a11e763ceafbb27301db8af97f304e68cf866e36511f00eacd6
libcrypt-jwt-perl_0.035.orig.tar.gz 82.6 KiB 5cfbd55fadc3aed36d674fc053ace867b5d3e1a4ce8a20cfbb7c2679fdf09641
libcrypt-jwt-perl_0.035-1.debian.tar.xz 2.1 KiB 2fcb918082b4a84a19fd9579925fd1f5e4b7ae6bbcd74c72256d621b0092fe8f

Available diffs

No changes file available.

Binary packages built by this source

libcrypt-jwt-perl: JSON Web Token support for Perl

 Implements JSON Web Token (JWT) - https://tools.ietf.org/html/rfc7519. The
 implementation covers not only JSON Web Signature (JWS) -
 https://tools.ietf.org/html/rfc7515, but also JSON Web Encryption (JWE) -
 https://tools.ietf.org/html/rfc7516.
 .
 The module implements all (100%) algorithms defined in
 https://tools.ietf.org/html/rfc7518 - JSON Web Algorithms (JWA).
 .
 Crypt::JWT supports Compact JWS/JWE and Flattened JWS/JWE JSON serialization,
 general JSON serialization is not supported yet.