diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-01-20 13:26:02 +0000 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-01-20 13:26:02 +0000 |
| commit | 639fde97add5cd650f8080c439431966f6d8717a (patch) | |
| tree | bfff6564983de11496ad6356930598fdcc5c5178 | |
| parent | 0a44899edb3b523f1addb9e73ee028cf0c104859 (diff) | |
| parent | 95943b7fcfe610f39d4cbf1aa86910faf07a7bb7 (diff) | |
| download | packages-639fde97add5cd650f8080c439431966f6d8717a.tar.gz packages-639fde97add5cd650f8080c439431966f6d8717a.zip | |
Merge pull request #306 from zielmicha/reactor.nim
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" } ] |
