From 4f8560c771803577186107d8e3517e29981c9af2 Mon Sep 17 00:00:00 2001 From: Anatoly Galiulin Date: Thu, 29 Dec 2016 13:54:36 +0700 Subject: [PATCH] Add nimactors library --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" } ]