golang-github-golang-jwt-jwt 4.4.2-1 source package in Ubuntu

Changelog

golang-github-golang-jwt-jwt (4.4.2-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * Bump Standards-Version in d/control (no changes needed)

 -- Mathias Gibbens <email address hidden>  Tue, 22 Nov 2022 01:25:19 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
golang-github-golang-jwt-jwt_4.4.2-1.dsc 2.2 KiB a53a0b43f0056608192f00e3e51d1631be1ac367b476c08b43cae4aa3d7ec04c
golang-github-golang-jwt-jwt_4.4.2.orig.tar.gz 50.2 KiB 85626c972e8fe5ed08cb6925939dd5096a92b3aafaa01afc2729b8e6278e9419
golang-github-golang-jwt-jwt_4.4.2-1.debian.tar.xz 2.6 KiB 241936302b2f98a343943a58c9924dd490962452d0b33ef2fed279a8028df34f

Available diffs

No changes file available.

Binary packages built by this source

golang-github-golang-jwt-jwt-dev: golang implementation of JSON Web Tokens (library)

 Community maintained clone of github.com/dgrijalva/jwt-go.
 .
 After the original author of the library suggested migrating the
 maintenance of jwt-go, a dedicated team of open source maintainers
 decided to clone the existing library into this module.
 .
 The command line utility included in this project (cmd/jwt) provides
 a straightforward example of token creation and parsing as well as a
 useful tool for debugging your own integration. You'll also find several
 implementation examples in the documentation.
 .
 This package provides golang module.

jwt: golang implementation of JSON Web Tokens (command line)

 Community maintained clone of github.com/dgrijalva/jwt-go.
 .
 After the original author of the library suggested migrating the
 maintenance of jwt-go, a dedicated team of open source maintainers
 decided to clone the existing library into this module.
 .
 The command line utility included in this project (cmd/jwt) provides
 a straightforward example of token creation and parsing as well as a
 useful tool for debugging your own integration. You'll also find several
 implementation examples in the documentation.
 .
 This package provides the command line.

jwt-dbgsym: debug symbols for jwt