diff options
| author | Federico Ceratto <federico.ceratto@gmail.com> | 2017-01-04 22:59:12 +0000 |
|---|---|---|
| committer | Federico Ceratto <federico.ceratto@gmail.com> | 2017-01-04 22:59:12 +0000 |
| commit | a24ef1386a9232837eda79385fbcea5911708ad8 (patch) | |
| tree | 40c30ada568da53da99c590b05d1b26d709fc306 | |
| parent | 92605a3032417d6019577d4a873d38f02423216b (diff) | |
| download | packages-a24ef1386a9232837eda79385fbcea5911708ad8.tar.gz packages-a24ef1386a9232837eda79385fbcea5911708ad8.zip | |
Added package statsd_client
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
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" } ] |
