diff options
| author | lcrees <lcrees@gmail.com> | 2017-10-28 22:50:26 -0600 |
|---|---|---|
| committer | lcrees <lcrees@gmail.com> | 2017-10-28 22:50:26 -0600 |
| commit | 6f0cd494e97f8ee253ef32ed6a86c4342d64165c (patch) | |
| tree | 30282e21a9954a8ab5b20e39fb6e108065e0adf9 | |
| parent | b25763cabb60606e09e95d2f9b5accdc8e9bf820 (diff) | |
| download | packages-6f0cd494e97f8ee253ef32ed6a86c4342d64165c.tar.gz packages-6f0cd494e97f8ee253ef32ed6a86c4342d64165c.zip | |
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" } ] |
