diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-04-05 12:28:33 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-04-05 12:28:33 +0100 |
| commit | 733a9844782d74283eacec6f5b7a9db15fb7de92 (patch) | |
| tree | 14144837901b03d285ccc5ecd5f1f9a3f10f052e | |
| parent | 4c90cd4978504a9e38ed3bcba5fd821e590c3888 (diff) | |
| parent | f7f21b7e442afdba3135bcc9e217f8c69edbea9b (diff) | |
| download | packages-733a9844782d74283eacec6f5b7a9db15fb7de92.tar.gz packages-733a9844782d74283eacec6f5b7a9db15fb7de92.zip | |
Merge pull request #337 from tulayang/master
Add asyncdocker
| -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" } ] |
