From 179627fdeecf78ede9da3cffda2b88e0e717bd34 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Wed, 28 Feb 2018 00:05:56 +0200 Subject: [PATCH] add cheatfate's asynctools --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index 8b45e80..a01abf5 100644 --- a/packages.json +++ b/packages.json @@ -4302,6 +4302,23 @@ "license": "MIT", "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",