diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-10-29 15:18:19 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-29 15:18:19 +0000 |
| commit | 36aead1acae679f83b3b05b8c0196488a0af7ecd (patch) | |
| tree | 30282e21a9954a8ab5b20e39fb6e108065e0adf9 | |
| parent | b25763cabb60606e09e95d2f9b5accdc8e9bf820 (diff) | |
| parent | 6f0cd494e97f8ee253ef32ed6a86c4342d64165c (diff) | |
| download | packages-36aead1acae679f83b3b05b8c0196488a0af7ecd.tar.gz packages-36aead1acae679f83b3b05b8c0196488a0af7ecd.zip | |
Merge pull request #606 from lcrees/add-libuv0450
Added package libuv
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index bce7b1b..4f2d3d1 100644 --- a/packages.json +++ b/packages.json @@ -7489,5 +7489,19 @@ "description": "Metaprogramming tools for Nim", "license": "MIT", "web": "https://github.com/jxy/metatools" + }, + { + "name": "libuv", + "url": "https://github.com/lcrees/libuv", + "method": "git", + "tags": [ + "libuv", + "wrapper", + "node", + "networking" + ], + "description": "libuv bindings for Nim", + "license": "MIT", + "web": "https://github.com/lcrees/libuv" } ] |
