aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiran <narimiran@disroot.org>2019-09-26 13:28:05 +0200
committerGitHub <noreply@github.com>2019-09-26 13:28:05 +0200
commit935827646f55b3e2cf53808f5dc9692a3ba45b0e (patch)
treebea84a5ee58ac9b6a197b647076dde27b8069d50
parent4c610e9a90bd332613729eee3788f5173c3a1097 (diff)
downloadpackages-935827646f55b3e2cf53808f5dc9692a3ba45b0e.tar.gz
packages-935827646f55b3e2cf53808f5dc9692a3ba45b0e.zip
add all new packages at once (#1184)
closes #1179, #1180, #1181, #1182, #1183
-rw-r--r--packages.json55
1 files changed, 54 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index 2568534..62f146e 100644
--- a/packages.json
+++ b/packages.json
@@ -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"
}
]