File: control

package info (click to toggle)
golang-github-dvsekhvalnov-jose2go 1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 440 kB
  • sloc: makefile: 4
file content (32 lines) | stat: -rw-r--r-- 1,361 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
26
27
28
29
30
31
32
Source: golang-github-dvsekhvalnov-jose2go
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Tianon Gravi <tianon@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-check.v1-dev | golang-gopkg-check.v1-dev,
               golang-go
Standards-Version: 4.5.1
Homepage: https://github.com/dvsekhvalnov/jose2go
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-dvsekhvalnov-jose2go
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-dvsekhvalnov-jose2go.git
XS-Go-Import-Path: github.com/dvsekhvalnov/jose2go
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go

Package: golang-github-dvsekhvalnov-jose2go-dev
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: foreign
Description: Go implementation of Javascript Object Signing and Encryption
 Pure Golang (GO) library for generating, decoding and encrypting JSON Web
 Tokens. Zero dependency, relies only on standard library.
 .
 Supports full suite of signing, encryption and compression algorithms defined
 by JSON Web Algorithms as of July 4, 2014 version.
 .
 Extensively unit tested and cross tested (100+ tests) for compatibility with
 jose.4.j, Nimbus-JOSE-JWT, json-jwt and jose-jwt libraries.
 .
 This package contains the source.