Skip to content

0x003e/libjwt

 
 

Repository files navigation

JWT C Library

Build Status codecov.io

Build Requirements

Documentation

GitHub Pages

Pre-build Ubuntu Packages (PPA)

sudo add-apt-repository ppa:ben-collins/libjwt

Build Instructions

With CMake: use cmake . in root project path to build the Makefile.

  • make jwt: build shared library in lib/ dir.
  • make jwt_static: build static library in lib/ dir.
  • make tests: build all test in buid/ directory and run all tests.
  • make benchmark: build benchmark in buid/ directory and run all benchmarks.
  • make clean.

Benchmark functions

Benchmark

Packages

No packages published

Languages

  • C 55.2%
  • M4 27.7%
  • Makefile 8.8%
  • C++ 5.7%
  • CMake 2.6%