diff options
| author | Michał Zieliński <michal@zielinscy.org.pl> | 2016-01-19 17:39:35 +0100 |
|---|---|---|
| committer | Michał Zieliński <michal@zielinscy.org.pl> | 2016-01-19 17:39:35 +0100 |
| commit | 95943b7fcfe610f39d4cbf1aa86910faf07a7bb7 (patch) | |
| tree | bfff6564983de11496ad6356930598fdcc5c5178 | |
| parent | 0a44899edb3b523f1addb9e73ee028cf0c104859 (diff) | |
| download | packages-95943b7fcfe610f39d4cbf1aa86910faf07a7bb7.tar.gz packages-95943b7fcfe610f39d4cbf1aa86910faf07a7bb7.zip | |
added reactor.nim
| -rw-r--r-- | packages.json | 14 |
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" } ] |
