From a24ef1386a9232837eda79385fbcea5911708ad8 Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Wed, 4 Jan 2017 22:59:12 +0000 Subject: [PATCH] Added package statsd_client --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 46cc6c5..dd24f57 100644 --- a/packages.json +++ b/packages.json @@ -5646,5 +5646,20 @@ "description": "A nim wrapper for ArrayFire", "license": "BSD", "web": "https://github.com/bitstormGER/ArrayFire-Nim" + }, + { + "name": "statsd_client", + "url": "https://github.com/FedericoCeratto/nim-statsd-client", + "method": "git", + "tags": [ + "library", + "statsd", + "client", + "statistics", + "metrics" + ], + "description": "A simple, stateless StatsD client library", + "license": "LGPLv3", + "web": "https://github.com/FedericoCeratto/nim-statsd-client" } ]