Added package selfpipe (#2822)

This commit is contained in:
Tobias Dély 2024-03-02 10:20:34 +00:00 committed by GitHub
parent 6657c72aed
commit 93413f0f90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",