Skip to content

asm128/libjwt

 
 

Repository files navigation

JWT C Library

Build Status codecov.io

View on JWT.IO

Build Requirements

Documentation

GitHub Pages

Pre-built Ubuntu Packages (PPA)

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

Build Instructions

With GNU Make: Use autoreconf -i to create project files and run ./configure.

  • make all: build library.
  • make check: build and run test suite.
  • See INSTALL file for more details on GNU Auto tools and GNU Make.
  • Use the --without-openssl with ./configure to use GnuTLS.

Packages

No packages published

Languages

  • C 70.0%
  • M4 25.5%
  • Makefile 4.5%