From 93413f0f90c5868af2e2372ef043b294dd7a408a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20D=C3=A9ly?= Date: Sat, 2 Mar 2024 10:20:34 +0000 Subject: [PATCH] Added package selfpipe (#2822) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 4e20002..b76da2b 100644 --- a/packages.json +++ b/packages.json @@ -32673,6 +32673,18 @@ "license": "MIT", "web": "https://github.com/Q-Master/amqp-stats.nim" }, + { + "name": "selfpipe", + "url": "https://github.com/tdely/selfpipe", + "method": "git", + "tags": [ + "signal", + "signalhandling" + ], + "description": "Easy safe signal handling", + "license": "MIT", + "web": "https://github.com/tdely/selfpipe" + }, { "name": "simplestatsdclient", "url": "https://github.com/Q-Master/statsdclient.nim",