diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-08-09 11:18:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-09 11:18:35 +0100 |
| commit | 0164c274332340c8a99de49f66caeb3e67cb801a (patch) | |
| tree | e5ea3fa55a6c151918ed9daae1e8c3645aeb6aa1 | |
| parent | b4c57fe634ff0b1e075d7ec047da65b8d9b5d153 (diff) | |
| parent | 7577810638d7fbfcb058fd99d6601e175af27cfc (diff) | |
| download | packages-0164c274332340c8a99de49f66caeb3e67cb801a.tar.gz packages-0164c274332340c8a99de49f66caeb3e67cb801a.zip | |
Merge pull request #817 from emekoi/add-vecio2138
Add package vecio
| -rw-r--r-- | packages.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 25a0df6..8962beb 100644 --- a/packages.json +++ b/packages.json @@ -10188,5 +10188,23 @@ "description": "Read and write to Xiaomi IOT devices.", "license": "MIT", "web": "https://github.com/ThomasTJdev/nim_xiaomi" + }, + { + "name": "vecio", + "url": "https://github.com/emekoi/vecio.nim", + "method": "git", + "tags": [ + "writev", + "readv", + "scatter", + "gather", + "vectored", + "vector", + "io", + "networking" + ], + "description": "vectored io for nim", + "license": "MIT", + "web": "https://github.com/emekoi/vecio.nim" } ] |
