aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 8212ff7..0c68706 100644
--- a/packages.json
+++ b/packages.json
@@ -3996,5 +3996,19 @@
"description": "Library for displaying notifications on the desktop",
"license": "MIT",
"web": "https://github.com/dom96/notifications"
+ },
+ {
+ "name": "reactor",
+ "url": "https://github.com/zielmicha/reactor.nim",
+ "method": "git",
+ "tags": [
+ "async",
+ "libuv",
+ "http",
+ "tcp"
+ ],
+ "description": "Asynchronous networking engine for Nim",
+ "license": "MIT",
+ "web": "https://networkos.net/nim/reactor.nim"
}
]