This commit is contained in:
Flaviu Tamas 2015-02-10 18:14:38 -05:00
parent a7df5638c0
commit c59f1906d9

View File

@ -1139,6 +1139,7 @@
"web": "https://github.com/Araq/Nim" "web": "https://github.com/Araq/Nim"
}, },
{ {
<<<<<<< HEAD
"name": "nre", "name": "nre",
"url": "https://github.com/flaviut/nre.git", "url": "https://github.com/flaviut/nre.git",
"method": "git", "method": "git",
@ -1209,5 +1210,23 @@
"description": "A brainfuck interpreter and compiler", "description": "A brainfuck interpreter and compiler",
"license": "MIT", "license": "MIT",
"web": "https://github.com/def-/nim-brainfuck" "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"
} }
] ]