derelict_extras-jwt ~master

Unoffical Derelict binding to the libjwt C library.


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

DerelictJWT Build Status DUB DUB DUB

UNOFFICAL Derelict binding to the libjwt library (https://github.com/benmcollins/libjwt)

This library is provided under the MIT license, but you still must comply with the terms of the LGPL-2.1 License which it is released under.

You can find information on how Derelict and shared libraries work here and here.

More information on how to use DerelictJWT can be found on the WIKI.

Sample Code:

import derelict.jwt.jwt;

void main() {
    DerelictJWT.load(); // Load the shared library
    // Now you can call libjwt methods
}
Authors:
  • jython234
Dependencies:
derelict-util
Versions:
1.0.0 2017-Feb-26
~master 2017-Feb-26
Show all 2 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 29 downloads total

Score:
0.3
Short URL:
derelict_extras-jwt.dub.pm