From 29f79581333db5513595b0de51b2cb9c2d98af1b Mon Sep 17 00:00:00 2001 From: ehmry Date: Fri, 25 Jun 2021 06:43:46 +0200 Subject: [PATCH] Add package syndicate (#1946) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 457af62..2c88b2d 100644 --- a/packages.json +++ b/packages.json @@ -22972,6 +22972,22 @@ "license": "MIT", "web": "https://github.com/SciNim/unchained" }, + { + "name": "syndicate", + "url": "https://git.sr.ht/~ehmry/syndicate-nim", + "method": "git", + "tags": [ + "actors", + "concurrency", + "dsl", + "library", + "rpc", + "syndicate" + ], + "description": "Syndicated actors for conversational concurrency", + "license": "ISC", + "web": "https://syndicate-lang.org/" + }, { "name": "datamancer", "url": "https://github.com/SciNim/datamancer",