From c40a284d24ae70df2d6d4eec0f8545292d6b9c9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20D=C3=A9ly?= Date: Mon, 1 Mar 2021 07:50:26 +0100 Subject: [PATCH] Add package nimflux (#1823) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Tobias Dély --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 5b3778e..2b2362f 100644 --- a/packages.json +++ b/packages.json @@ -21658,5 +21658,20 @@ "description": "Nim Julia bridge", "license": "MIT", "web": "https://github.com/Clonkk/nimjl" + }, + { + "name": "nimflux", + "url": "https://gitlab.com/tdely/nimflux", + "method": "git", + "tags": [ + "influxdb", + "influx", + "client", + "api", + "library" + ], + "description": "InfluxDB API client library", + "license": "MIT", + "web": "https://gitlab.com/tdely/nimflux" } ]