diff options
| author | Anatoly Galiulin <galiulin.anatoly@gmail.com> | 2016-12-29 13:54:36 +0700 |
|---|---|---|
| committer | Anatoly Galiulin <galiulin.anatoly@gmail.com> | 2016-12-29 13:54:36 +0700 |
| commit | 4f8560c771803577186107d8e3517e29981c9af2 (patch) | |
| tree | 65499adf762f4c29c2252a498c89874f5dc528ea | |
| parent | f79d0eb8d3a02b70311d4613a57455f3c2c30368 (diff) | |
| download | packages-4f8560c771803577186107d8e3517e29981c9af2.tar.gz packages-4f8560c771803577186107d8e3517e29981c9af2.zip | |
Add nimactors library
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 1fb61a0..35d6b8b 100644 --- a/packages.json +++ b/packages.json @@ -5593,5 +5593,17 @@ "description": "Wrapper around the Linux framebuffer driver ioctl API", "license": "MIT", "web": "https://github.com/luked99/linuxfb.nim" + }, + { + "name": "nimactors", + "url": "https://github.com/vegansk/nimactors", + "method": "git", + "tags": [ + "actors", + "library" + ], + "description": "Actors library for Nim inspired by akka-actors", + "license": "MIT", + "web": "https://github.com/vegansk/nimactors" } ] |
