aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIwan Budi Kusnanto <ibk@labhijau.net>2016-11-18 11:26:49 +0700
committerGitHub <noreply@github.com>2016-11-18 11:26:49 +0700
commit0924901fbbe5156791a089a5a070412d28771499 (patch)
tree53f43b89a26a696aee5211c6c727b98fbc86dbce
parentb595385fd6950484fde222ab64f96ce6772d9175 (diff)
downloadpackages-0924901fbbe5156791a089a5a070412d28771499.tar.gz
packages-0924901fbbe5156791a089a5a070412d28771499.zip
Add libjwt
Bindings for libjwt
-rw-r--r--packages.json12
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"
}
]