From 5c779a084cabaf5f13ab41c79f4bcf32dfe55ab3 Mon Sep 17 00:00:00 2001 From: Luteva <71016471+Luteva-ssh@users.noreply.github.com> Date: Fri, 28 Feb 2025 12:56:43 +0100 Subject: [PATCH] Added package "nivot", a simple pivot library for nim (#2987) * added: ormin2 * Update packages.json * Update packages.json --------- Co-authored-by: Jan Adams --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 65fb660..f854ace 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,19 @@ [ + { + "name": "nivot", + "url": "https://github.com/Luteva-ssh/nivot", + "method": "git", + "tags": [ + "pivot", + "table", + "data", + "visualisation", + "terminal" + ], + "description": "nivot is a simple pivot library for nim.", + "license": "MIT", + "web": "https://github.com/Luteva-ssh/nivot" + }, { "name": "tejina", "url": "https://github.com/bctnry/tejina",