From 6eafece2c6c6e6a071762533ef92f9b008dbaf60 Mon Sep 17 00:00:00 2001 From: Vladimir Berezenko Date: Thu, 15 Feb 2024 22:58:35 +0300 Subject: [PATCH] Added package statsdaemon (#2815) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 9814bd9..ee041cf 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]