Added package statsdaemon (#2815)

This commit is contained in:
Vladimir Berezenko 2024-02-15 22:58:35 +03:00 committed by GitHub
parent aa27ab4088
commit 6eafece2c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32644,5 +32644,18 @@
"description": "Easy-to-use serialization capabilities (currently json only), with a drop-in replacement for std/json.",
"license": "MIT",
"web": "https://github.com/codex-storage/nim-json"
},
{
"name": "statsdaemon",
"url": "https://github.com/Q-Master/statsdaemon.nim",
"method": "git",
"tags": [
"bin",
"statsd",
"native"
],
"description": "StatsD compatible daemon in pure Nim",
"license": "MIT",
"web": "https://github.com/Q-Master/statsdaemon.nim"
}
]