From 6a6c7c9ae71910f9e63362679342d485d05552d2 Mon Sep 17 00:00:00 2001 From: PreFiXAUT Date: Sun, 27 Mar 2022 17:55:05 +0200 Subject: [PATCH] Add rconv (#2189) --- packages.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/packages.json b/packages.json index 34d63a4..08f87cb 100644 --- a/packages.json +++ b/packages.json @@ -25613,5 +25613,24 @@ "license": "MIT", "description": "Simple text progress bars in Nim!", "web": "https://github.com/bichanna/pronimgress#pronimgress" + }, + { + "name": "rconv", + "url": "https://github.com/prefixaut/rconv", + "method": "git", + "tags": [ + "rhythm", + "game", + "rhythm-game", + "converter", + "file-converter", + "parsing", + "parser", + "cli", + "library" + ], + "license": "MIT", + "description": "Universal Rhythm-Game File parser and converter", + "web": "https://github.com/prefixaut/rconv" } ]