From 7977c6451cf274140e8e262d4ed35b49f98794cb Mon Sep 17 00:00:00 2001 From: Nobuharu Shimazu Date: Tue, 29 Mar 2022 23:04:22 -0500 Subject: [PATCH] Add millie (#2190) * Add romanim * Add comma to fix error * Add pronimgress * Update packages.json --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 08f87cb..76afa04 100644 --- a/packages.json +++ b/packages.json @@ -25632,5 +25632,20 @@ "license": "MIT", "description": "Universal Rhythm-Game File parser and converter", "web": "https://github.com/prefixaut/rconv" + }, + { + "name": "millie", + "url": "https://github.com/bichanna/millie.nim", + "method": "git", + "tags": [ + "millify", + "number", + "converter", + "parsing", + "library" + ], + "license": "MIT", + "description": "Convert big numbers to what's pleasant to see (an adorable, little girl, perhaps?) ... in Nim!", + "web": "https://github.com/bichanna/millie.nim" } ]