diff --git a/packages.json b/packages.json index 29c931e..c5c3cd4 100644 --- a/packages.json +++ b/packages.json @@ -5594,6 +5594,18 @@ "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" + }, { "name": "porter", "url": "https://github.com/iourinski/porter", @@ -5606,5 +5618,5 @@ "description": "Simple extensible implementation of Porter stemmer algorithm", "license": "MIT", "web": "https://github.com/iourinski/porter" - } + } ]