aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwt <iwangtongi@163.com>2016-04-05 12:31:33 +0800
committerwt <iwangtongi@163.com>2016-04-05 12:31:33 +0800
commitf7f21b7e442afdba3135bcc9e217f8c69edbea9b (patch)
tree14144837901b03d285ccc5ecd5f1f9a3f10f052e
parent4c90cd4978504a9e38ed3bcba5fd821e590c3888 (diff)
downloadpackages-f7f21b7e442afdba3135bcc9e217f8c69edbea9b.tar.gz
packages-f7f21b7e442afdba3135bcc9e217f8c69edbea9b.zip
Add asyncdocker
Asynchronous docker client written by Nim-lang.
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
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"
}
]