diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-03-12 18:29:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-12 18:29:16 +0100 |
| commit | fceca6f73d9b361c75010df2d76726821be6df4a (patch) | |
| tree | eb8e6976c25eb948c871441652c758481f197bef | |
| parent | bf7c24c8d28cd389080e99d7bf27e874a5e7847f (diff) | |
| parent | 10ade9e5435cf0ea22cba67fa01c7e54aa8ac71c (diff) | |
| download | packages-fceca6f73d9b361c75010df2d76726821be6df4a.tar.gz packages-fceca6f73d9b361c75010df2d76726821be6df4a.zip | |
Merge pull request #484 from samdmarshall/add-influx1936
Add package influx
| -rw-r--r-- | packages.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 37c84ac..6d263e6 100644 --- a/packages.json +++ b/packages.json @@ -6083,5 +6083,17 @@ "description": "reCAPTCHA support for Nim, supporting rendering a capctcha and verifying a user's response.", "license": "BSD3", "web": "https://github.com/euantorano/recaptcha.nim" + }, + { + "name": "influx", + "url": "https://github.com/samdmarshall/influx.nim", + "method": "git", + "tags": [ + "influx", + "influxdb" + ], + "description": "wrapper for communicating with InfluxDB over the REST interface", + "license": "BSD 3-Clause", + "web": "https://github.com/samdmarshall/influx.nim" } ] |
