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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
|
Source: libjwt3
Section: devel
Priority: optional
Maintainer: Benjamin Collins <bcollins@libjwt.io>
Build-Depends: debhelper-compat (= 13)
, pkgconf
, libjansson-dev
, libcurl4-openssl-dev
, libssl-dev
, check
, gnutls-dev
, libmbedtls-dev
, cmake
Build-Depends-Indep: doxygen, graphviz
Standards-Version: 4.7.2
Homepage: https://libjwt.io
Vcs-Git: https://salsa.debian.org/benmcollins/libjwt3.git
Vcs-Browser: https://salsa.debian.org/benmcollins/libjwt3
Rules-Requires-Root: no
Package: libjwt14
Section: libs
Multi-Arch: same
Architecture: any
Suggests: jwt-tools
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C JSON Web Token Library +JWK +JWKS
libjwt is a library which allows you to encode and decode
JSON Web Tokens (JWT).
.
JSON Web Tokens are an open, industry standard RFC 7519 method for
representing claims securely between two parties.
Package: libjwt14-dev
Conflicts: libjwt-dev, libjwt-gnutls-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Suggests: libjwt14-doc
Depends: libjwt14 (= ${binary:Version})
, ${misc:Depends}
Description: C JSON Web Token Library +JWK +JWKS - development
libjwt is a library which allows you to encode and decode
JSON Web Tokens (JWT).
.
JSON Web Tokens are an open, industry standard RFC 7519 method for
representing claims securely between two parties.
.
This package contains the development files.
Package: jwt-tools
Architecture: any
Section: admin
Depends: libjwt14 (= ${binary:Version}), ${shlibs:Depends},
, ${misc:Depends}
Description: Command line tools for JWT, JWK, and JWKS
libjwt is a library which allows you to encode and decode
JSON Web Tokens (JWT).
.
JSON Web Tokens are an open, industry standard RFC 7519 method for
representing claims securely between two parties.
.
This package contains tools to create and verify JWT tokens, as well as
Convert keys between DER/PEM and JWK (JSON Web Key). It can also handle
JWKS (JSON Web Key Set).
Package: libjwt14-doc
Architecture: all
Section: doc
Depends: libjwt14-dev (>= ${source:Version}),
libjwt14-dev (<< ${source:Version}.1~),
${misc:Depends}
Description: C JSON Web Token Library +JWK +JWKS - documentation
libjwt is a library which allows you to encode and decode
JSON Web Tokens (JWT).
.
JSON Web Tokens are an open, industry standard RFC 7519 method for
representing claims securely between two parties.
.
This package contains documentation in HTML format.
|