1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Source: jwt-cpp
Section: devel
Priority: optional
Maintainer: Dominik Thalhammer <dominik@thalhammer.it>
Build-Depends: debhelper (>= 9),
libssl-dev,
libgtest-dev (>= 1.8.1~)
Standards-Version: 4.1.4
Homepage: https://github.com/Thalhammer/jwt-cpp
Vcs-Git: https://github.com/Thalhammer/jwt-cpp.git
Vcs-Browser: https://github.com/Thalhammer/jwt-cpp
Package: jwt-cpp
Architecture: all
Depends: ${misc:Depends}
Description: A header only library for creating and validating json web tokens in c++
|