aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZahary Karadjov <zahary@gmail.com>2018-02-28 00:05:56 +0200
committerZahary Karadjov <zahary@gmail.com>2018-02-28 00:05:56 +0200
commit179627fdeecf78ede9da3cffda2b88e0e717bd34 (patch)
treecfccc6bc409e6d907d87e186ac2d964125616b7f
parentfe152cdebedf38221e1a8705451fb7ed4b21831d (diff)
downloadpackages-179627fdeecf78ede9da3cffda2b88e0e717bd34.tar.gz
packages-179627fdeecf78ede9da3cffda2b88e0e717bd34.zip
add cheatfate's asynctools
-rw-r--r--packages.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 8b45e80..a01abf5 100644
--- a/packages.json
+++ b/packages.json
@@ -4303,6 +4303,23 @@
"web": "https://networkos.net/nim/reactor.nim"
},
{
+ "name": "asynctools",
+ "url": "https://github.com/cheatfate/asynctools",
+ "method": "git",
+ "tags": [
+ "async",
+ "pipes",
+ "processes",
+ "ipc",
+ "synchronization",
+ "dns",
+ "pty"
+ ],
+ "description": "Various asynchronous tools for Nim",
+ "license": "MIT",
+ "web": "https://github.com/cheatfate/asynctools"
+ },
+ {
"name": "collections",
"url": "https://github.com/zielmicha/collections.nim",
"method": "git",