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.
