From f7f21b7e442afdba3135bcc9e217f8c69edbea9b Mon Sep 17 00:00:00 2001 From: wt Date: Tue, 5 Apr 2016 12:31:33 +0800 Subject: [PATCH] Add asyncdocker Asynchronous docker client written by Nim-lang. --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 841fdc4..83d8538 100644 --- a/packages.json +++ b/packages.json @@ -4510,5 +4510,17 @@ "description": "Additions to the Nim's standard library, like boost for C++", "license": "MIT", "web": "https://github.com/vegansk/nimboost" + }, + { + "name": "asyncdocker", + "url": "https://github.com/tulayang/asyncdocker", + "method": "git", + "tags": [ + "async", + "docker" + ], + "description": "Asynchronous docker client written by Nim-lang", + "license": "MIT", + "web": "http://tulayang.github.io/asyncdocker.html" } ]