jwt_verify_lib
https://github.com/google/jwt_verify_lib
JSON Web Tokens verification library for C++
- Devel package for openSUSE:Factory
- Links to openSUSE:Factory / jwt_verify_lib
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:libraries:c_c++/jwt_verify_lib && cd $_
- Create Badge
Refresh
Refresh
Comments 2
Build is broken for a while. Could you have a look, please?
Yes. Bazel is a huge pain... It seems that Bazel 0.25 and 0.26 require the whole Java JDK to run unit tests, even those written in C++.
I've just submitted a multiversion packaging for Bazel to Factory: https://build.opensuse.org/request/show/708252 https://build.opensuse.org/request/show/708253 https://build.opensuse.org/request/show/708254 https://build.opensuse.org/request/show/708255
After they get accepted, I will just use Bazel 0.24 and fix the error on aarch64 (which is a GCC8 error which I already know ;) ).