1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: golang-github-nats-io-jwt
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-nats-io-nkeys-dev
Standards-Version: 4.6.1
Homepage: https://github.com/nats-io/jwt
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-nats-io-jwt
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-nats-io-jwt.git
XS-Go-Import-Path: github.com/nats-io/jwt
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go
Package: golang-github-nats-io-jwt-dev
Architecture: all
Depends: ${misc:Depends},
golang-github-nats-io-nkeys-dev
Multi-Arch: foreign
Description: JWT tokens signed using NKeys for the NATS ecosystem
JWT implementation that uses nkeys to digitally sign JWT tokens.
|