From 7a33b40539968ec5af6e4430dc49ac7a49509698 Mon Sep 17 00:00:00 2001 From: xmonader Date: Mon, 19 Nov 2018 23:04:54 +0200 Subject: [PATCH] Added package asciitables --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 511b1f0..6257412 100644 --- a/packages.json +++ b/packages.json @@ -11514,5 +11514,19 @@ "description": "Implementation of exponential backoff for nim", "license": "Apache License 2.0", "web": "https://github.com/CORDEA/backoff" + }, + { + "name": "asciitables", + "url": "https://github.com/xmonader/nim-asciitables", + "method": "git", + "tags": [ + "ascii", + "terminal", + "tables", + "cli" + ], + "description": "terminal ascii tables for nim", + "license": "BSD-3-Clause", + "web": "https://github.com/xmonader/nim-asciitables" } ]