diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-11-18 19:04:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-18 19:04:29 +0100 |
| commit | 3ad1662c15625249ce185da47d85c98ef4255ac7 (patch) | |
| tree | 53f43b89a26a696aee5211c6c727b98fbc86dbce | |
| parent | b595385fd6950484fde222ab64f96ce6772d9175 (diff) | |
| parent | 0924901fbbe5156791a089a5a070412d28771499 (diff) | |
| download | packages-3ad1662c15625249ce185da47d85c98ef4255ac7.tar.gz packages-3ad1662c15625249ce185da47d85c98ef4255ac7.zip | |
Merge pull request #424 from iwanbk/patch-2
Add libjwt
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index ddfb381..e627eec 100644 --- a/packages.json +++ b/packages.json @@ -5438,5 +5438,17 @@ "description": "MaxMind GeoIP library", "license": "LGPLv2.1", "web": "https://github.com/FedericoCeratto/nim-mmgeoip" + }, + { + "name": "libjwt", + "url": "https://github.com/nimscale/nim-libjwt", + "method": "git", + "tags": [ + "jwt", + "libjwt" + ], + "description": "Bindings for libjwt", + "license": "LGPLv2.1", + "web": "https://github.com/nimscale/nim-libjwt" } ] |
