aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json14
1 files changed, 13 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index 29c931e..c5c3cd4 100644
--- a/packages.json
+++ b/packages.json
@@ -5595,6 +5595,18 @@
"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",
"method": "git",
@@ -5606,5 +5618,5 @@
"description": "Simple extensible implementation of Porter stemmer algorithm",
"license": "MIT",
"web": "https://github.com/iourinski/porter"
- }
+ }
]