golang-github-golang-jwt-jwt 4.1.0-2 source package in Ubuntu

Changelog

golang-github-golang-jwt-jwt (4.1.0-2) unstable; urgency=medium

  * Source only upload to migration to testing

 -- Pirate Praveen <email address hidden>  Fri, 19 Nov 2021 13:53:53 +0530

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.1.0-2.dsc 2.2 KiB 30a56375b8a2f6e237b3936a80fc1dd406213d3288b1f9024732ba545dab72f8
golang-github-golang-jwt-jwt_4.1.0.orig.tar.gz 44.3 KiB 26a1b29c6924121b63a1fff23b1d68ff441526b024e94de8fbe89df581114725
golang-github-golang-jwt-jwt_4.1.0-2.debian.tar.xz 2.8 KiB efd3beaf38a7a6abde1be9b6292f121489de7439970bea0539400d790ad4c05e

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