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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
Source: golang-github-lestrrat-go-jwx
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Mathias Gibbens <gibmat@debian.org>,
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-lestrrat-go-backoff-dev,
golang-github-lestrrat-go-blackmagic-dev,
golang-github-lestrrat-go-httpcc-dev,
golang-github-lestrrat-go-httprc-dev,
golang-github-lestrrat-go-iter-dev,
golang-github-lestrrat-go-option-dev,
golang-github-pkg-errors-dev,
golang-github-stretchr-testify-dev,
golang-golang-x-crypto-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-lestrrat-go-jwx
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-lestrrat-go-jwx.git
Homepage: https://github.com/lestrrat-go/jwx
XS-Go-Import-Path: github.com/lestrrat-go/jwx
Package: golang-github-lestrrat-go-jwx-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-lestrrat-go-backoff-dev,
golang-github-lestrrat-go-blackmagic-dev,
golang-github-lestrrat-go-httpcc-dev,
golang-github-lestrrat-go-httprc-dev,
golang-github-lestrrat-go-iter-dev,
golang-github-lestrrat-go-option-dev,
golang-github-pkg-errors-dev,
golang-github-stretchr-testify-dev,
golang-golang-x-crypto-dev,
${misc:Depends},
Description: Implementation of various JWx technologies (library)
Go module implementing various JWx (JWA/JWE/JWK/JWS/JWT, otherwise known
as JOSE) technologies.
.
Features:
.
* Complete coverage of JWA/JWE/JWK/JWS/JWT, not just JWT+minimum tool
set.
* Opinionated, but very uniform API. Everything is symmetric, and
follows a standard convention
* Extra utilities
|