From 2a3b787381d8868b4accf55c7277b88c9f08ea41 Mon Sep 17 00:00:00 2001 From: Zach Oakes Date: Fri, 6 May 2022 16:02:19 +0200 Subject: [PATCH] Update packages.json (#2223) --- packages.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/packages.json b/packages.json index 51a440a..76edeed 100644 --- a/packages.json +++ b/packages.json @@ -22837,6 +22837,39 @@ "description": "Client and server database and networking utils", "license": "Public Domain" }, + { + "name": "nimwave", + "url": "https://github.com/ansiwave/nimwave", + "method": "git", + "tags": [ + "tui", + "terminal" + ], + "description": "A TUI -> GUI library", + "license": "Public Domain" + }, + { + "name": "illwave", + "url": "https://github.com/ansiwave/illwave", + "method": "git", + "tags": [ + "tui", + "terminal" + ], + "description": "A cross-platform terminal UI library", + "license": "WTFPL" + }, + { + "name": "ansiutils", + "url": "https://github.com/ansiwave/ansiutils", + "method": "git", + "tags": [ + "ansi", + "cp437" + ], + "description": "Utilities for parsing CP437 and ANSI escape codes", + "license": "Public Domain" + }, { "name": "minecraft_server_status", "url": "https://github.com/GabrielLasso/minecraft_server_status",