diff options
| -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" } ] |
