aboutsummaryrefslogtreecommitdiff
path: root/packages.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages.json')
-rw-r--r--packages.json12
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"
}
]