diff options
| author | Flaviu Tamas <tamasflaviu@gmail.com> | 2015-02-10 18:14:38 -0500 |
|---|---|---|
| committer | Flaviu Tamas <tamasflaviu@gmail.com> | 2015-02-10 18:37:54 -0500 |
| commit | c59f1906d9ab2d8b88088b0281c5c625322bdc9f (patch) | |
| tree | e405985a24db67745d6d7a60089d8bc7b1f053a1 | |
| parent | a7df5638c0ddd56d9517a084961da5318d528a98 (diff) | |
| download | packages-c59f1906d9ab2d8b88088b0281c5c625322bdc9f.tar.gz packages-c59f1906d9ab2d8b88088b0281c5c625322bdc9f.zip | |
Add JWT
| -rw-r--r-- | packages.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages.json b/packages.json index e527743..a54f0ea 100644 --- a/packages.json +++ b/packages.json @@ -1139,6 +1139,7 @@ "web": "https://github.com/Araq/Nim" }, { +<<<<<<< HEAD "name": "nre", "url": "https://github.com/flaviut/nre.git", "method": "git", @@ -1209,5 +1210,23 @@ "description": "A brainfuck interpreter and compiler", "license": "MIT", "web": "https://github.com/def-/nim-brainfuck" + }, + { + "name": "nimsuggest", + "url": "https://github.com/nim-lang/nimsuggest.git", + "method": "git", + "tags": ["binary", "app", "suggest", "compiler", "autocomplete", "nim"], + "description": "Tool for providing auto completion data for Nim source code.", + "license": "MIT", + "web": "https://github.com/nim-lang/nimsuggest" + }, + { + "name": "jwt", + "url": "https://github.com/ekarlso/nim-jwt.git", + "method": "git", + "tags": ["library", "crypto", "hash"], + "description": "JSON Web Tokens for Nim", + "license": "MIT", + "web": "https://github.com/ekarlso/nim-jwt" } ] |
