File: control

package info (click to toggle)
golang-github-dgrijalva-jwt-go 3.0.0%2BREALLY.2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 216 kB
  • ctags: 153
  • sloc: makefile: 5
file content (25 lines) | stat: -rw-r--r-- 1,084 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: golang-github-dgrijalva-jwt-go
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 9),
               dh-golang (>= 1.17~),
               golang-any | go-compiler,
# gccgo-6 provides /usr/bin/go only from 6.2.0-6
               gccgo-6 (>= 6.2.0-6~)
Standards-Version: 3.9.8
Homepage: https://github.com/dgrijalva/jwt-go
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-dgrijalva-jwt-go.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-dgrijalva-jwt-go.git
XS-Go-Import-Path: github.com/dgrijalva/jwt-go

Package: golang-github-dgrijalva-jwt-go-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-any | go-compiler
Description: Golang implementation of JSON Web Tokens (JWT)
 JSON Web Tokens are compact, URL-safe means of representing
 claims to be transferred between two parties. This library
 is an implementation of JSON Web Tokens in the Go language.