jwt_verify_lib
https://github.com/google/jwt_verify_lib
JSON Web Tokens verification library for C++
- Sources inherited from project devel:libraries:c_c++
- Devel package for openSUSE:Factory
- Links to openSUSE:Factory / jwt_verify_lib
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:redwil:15.4/jwt_verify_lib && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
_service | 0000000540 540 Bytes | |
_servicedata | 0000000238 238 Bytes | |
jwt_verify-make-compatible-with-openssl.patch | 0000003687 3.6 KB | |
jwt_verify_lib-20191024.tar.xz | 0000030756 30 KB | |
jwt_verify_lib.changes | 0000002690 2.63 KB | |
jwt_verify_lib.spec | 0000001869 1.83 KB |
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 ;) ).