Source: r-cran-jose
Standards-Version: 4.7.4
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders:
 Charles Plessy <plessy@debian.org>,
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Build-Depends:
 debhelper-compat (= 14),
 dh-r,
 r-base-dev,
 r-cran-openssl,
 r-cran-jsonlite,
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-jose
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-jose.git
Homepage: https://cran.r-project.org/package=jose

Package: r-cran-jose
Architecture: all
Depends:
 ${R:Depends},
 ${misc:Depends},
Recommends:
 ${R:Recommends},
Suggests:
 ${R:Suggests},
Description: JavaScript Object Signing and Encryption
 Read and write JSON Web Keys (JWK, rfc7517), generate and verify JSON
 Web Signatures (JWS, rfc7515) and encode/decode JSON Web Tokens (JWT, rfc7519)
 <https://datatracker.ietf.org/wg/jose/documents/>. These standards provide
 modern signing and encryption formats that are natively supported by browsers
 via the JavaScript WebCryptoAPI <https://www.w3.org/TR/webcrypto/#jose>,
 and used by services like OAuth 2.0, LetsEncrypt, and Github Apps.
