add all new packages at once (#1184)

closes #1179, #1180, #1181, #1182, #1183
This commit is contained in:
Miran 2019-09-26 13:28:05 +02:00 committed by GitHub
parent 4c610e9a90
commit 935827646f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9174,7 +9174,7 @@
},
{
"name": "nimgl",
"url": "https://github.com/lmariscal/nimgl",
"url": "https://github.com/nimgl/nimgl",
"method": "git",
"tags": [
"glfw",
@ -14443,5 +14443,58 @@
"description": "View the offline or online html page in browser",
"license": "MIT",
"web": "https://github.com/yuchunzhou/htmlview"
},
{
"name": "tcping",
"url": "https://github.com/pdrb/tcping",
"method": "git",
"tags": [
"ping,",
"tcp,",
"tcping"
],
"description": "Ping hosts using tcp packets",
"license": "MIT",
"web": "https://github.com/pdrb/tcping"
},
{
"name": "pcgbasic",
"url": "https://github.com/rockcavera/pcgbasic",
"method": "git",
"tags": [
"pcg",
"rng",
"prng",
"random"
],
"description": "Permuted Congruential Generator (PCG) Random Number Generation (RNG) for Nim.",
"license": "MIT",
"web": "https://github.com/rockcavera/pcgbasic"
},
{
"name": "funchook",
"url": "https://github.com/ba0f3/funchook.nim",
"method": "git",
"tags": [
"hook,",
"hooking"
],
"description": "funchook wrapper",
"license": "GPLv2",
"web": "https://github.com/ba0f3/funchook.nim"
},
{
"name": "sunvox",
"url": "https://github.com/exelotl/nim-sunvox",
"method": "git",
"tags": [
"music",
"audio",
"sound",
"synthesizer"
],
"description": "Bindings for SunVox modular synthesizer",
"license": "MIT",
"web": "https://github.com/exelotl/nim-sunvox"
}
]