From 72c218b95ab5a4faf8367e1bdcd7e3f988464c4c Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Thu, 9 Jan 2025 03:35:42 -0700 Subject: [PATCH] Added package sigils (#2968) --- packages.json | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/packages.json b/packages.json index 6f24fb8..3f9fa89 100644 --- a/packages.json +++ b/packages.json @@ -34355,7 +34355,9 @@ "url": "https://git.dog/Caroline/NimBTC", "method": "git", "tags": [ - "Crypto", "BTC", "Bitcoin" + "Crypto", + "BTC", + "Bitcoin" ], "description": "A BTC RPC Wrapper for Nim", "license": "MIT" @@ -34398,6 +34400,23 @@ ], "description": "HTTP serving made eazy", "license": "MIT", - "web":"https://roger-padrell.github.io/serverly/" + "web": "https://roger-padrell.github.io/serverly/" + }, + { + "name": "sigils", + "url": "https://github.com/elcritch/sigils", + "method": "git", + "tags": [ + "slots", + "signals", + "event", + "broadcast", + "gui", + "ui", + "multithreading" + ], + "description": "A slot and signals implementation for the Nim programming language", + "license": "MIT", + "web": "https://github.com/elcritch/sigils" } ]