golang-github-golang-jwt-jwt 5.0.0+really4.5.0-1 source package in Ubuntu

Changelog

golang-github-golang-jwt-jwt (5.0.0+really4.5.0-1) unstable; urgency=medium

  * Add myself to uploaders.
  * Upload to unstable. Need to revert due to API change.

 -- Anton Gladky <email address hidden>  Sat, 07 Oct 2023 20:30:59 +0200

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
Noble release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-golang-jwt-jwt_5.0.0+really4.5.0-1.dsc 2.3 KiB 33dd2f762c883b52f3cfa938fa50d784a31f5e99c81d19fada1daf6326cfb644
golang-github-golang-jwt-jwt_5.0.0+really4.5.0.orig.tar.gz 51.8 KiB 00b1cc127cba09b4e4ea9efa5c0f18a36bb55e08b5eec0a222b8e1599a938077
golang-github-golang-jwt-jwt_5.0.0+really4.5.0-1.debian.tar.xz 2.8 KiB 81d6b34aa98735e2ac7b1fc2232ca4e741ba45b727babd6daac2b6cf001b5544

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