From 421bbbad93d6ab5c981b8267ed96c073ad26183a Mon Sep 17 00:00:00 2001 From: flywind <43030857+xflywind@users.noreply.github.com> Date: Sun, 2 Aug 2020 12:45:58 +0800 Subject: [PATCH] Added package wepoll (#1577) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index fe256b0..f9f209c 100644 --- a/packages.json +++ b/packages.json @@ -18867,5 +18867,18 @@ "description": "Conway's Game of Life implemented in Nim", "license": "MIT", "web": "https://github.com/angus-lherrou/hayaa" + }, + { + "name": "wepoll", + "url": "https://github.com/xflywind/wepoll", + "method": "git", + "tags": [ + "epoll", + "windows", + "wrapper" + ], + "description": "Windows epoll wrapper.", + "license": "MIT", + "web": "https://github.com/xflywind/wepoll" } ]