diff options
| author | wt <iwangtongi@163.com> | 2016-04-05 12:31:33 +0800 |
|---|---|---|
| committer | wt <iwangtongi@163.com> | 2016-04-05 12:31:33 +0800 |
| commit | f7f21b7e442afdba3135bcc9e217f8c69edbea9b (patch) | |
| tree | 14144837901b03d285ccc5ecd5f1f9a3f10f052e | |
| parent | 4c90cd4978504a9e38ed3bcba5fd821e590c3888 (diff) | |
| download | packages-f7f21b7e442afdba3135bcc9e217f8c69edbea9b.tar.gz packages-f7f21b7e442afdba3135bcc9e217f8c69edbea9b.zip | |
Add asyncdocker
Asynchronous docker client written by Nim-lang.
| -rw-r--r-- | packages.json | 12 |
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" } ] |
