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
|
Source: libjwt
Section: devel
Priority: optional
Maintainer: Debian IoT Maintainers <debian-iot-maintainers@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper (>= 11)
, pkg-config
, libjansson-dev
, libssl-dev
, libb64-dev
, check
, dh-exec
, gnutls-dev
, quilt
Standards-Version: 4.3.0
Homepage: https://github.com/benmcollins/libjwt
Vcs-Browser: https://salsa.debian.org/debian-iot-team/oauth2/libjwt
Vcs-Git: https://salsa.debian.org/debian-iot-team/oauth2/libjwt.git
Package: libjwt0
Section: libs
Multi-Arch: same
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C library to handle JWT (JSON Web Token)
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: libjwt-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libjwt0 (= ${binary:Version})
, ${misc:Depends}
Description: C library to handle JWT (JSON Web Token) - 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: libjwt-gnutls0
Section: libs
Multi-Arch: same
Architecture: any
Conflicts: libjwt0
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C library to handle JWT (JSON Web Token) - GnuTLS flavour
libjwt is a library which allows you to encode and decode
JSON Web Tokens (JWT). GnuTLS flavour.
.
JSON Web Tokens are an open, industry standard RFC 7519 method for
representing claims securely between two parties.
.
SSL support is provided by GnuTLS.
Package: libjwt-gnutls-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Conflicts: libjwt-dev
Depends: libjwt-gnutls0 (= ${binary:Version})
, ${misc:Depends}
Description: Development files for libjwt - GnuTLS flavour
libjwt is a library which allows you to encode and decode
JSON Web Tokens (JWT). GnuTLS flavour.
.
JSON Web Tokens are an open, industry standard RFC 7519 method for
representing claims securely between two parties.
.
This package contains the development files.
.
SSL support is provided by GnuTLS.
|