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
|
Source: cpp-jwt
Section: libdevel
Priority: optional
Maintainer: Andrea Pappacoda <andrea@pappacoda.it>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: cmake (>= 3.14),
libgtest-dev <!nocheck>,
libssl-dev,
nlohmann-json3-dev
Standards-Version: 4.6.2
Homepage: https://github.com/arun11299/cpp-jwt
Vcs-Git: https://salsa.debian.org/debian/cpp-jwt.git
Vcs-Browser: https://salsa.debian.org/debian/cpp-jwt
Rules-Requires-Root: no
Package: libcpp-jwt-dev
Architecture: all
Multi-Arch: foreign
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
libssl-dev,
nlohmann-json3-dev
Description: JSON Web Token library for C++
JSON Web Token (JWT) is a JSON based standard (RFC-7519) for creating
assertions or access tokens.
.
cpp-jwt, an header-only C++ library, provides an easy to use API to
create, encode and decode JWT objects.
|