From d0f42de28fc586a2a8c6fd31bc9cbb921ac13852 Mon Sep 17 00:00:00 2001 From: "la.panon" <44538137+panno8M@users.noreply.github.com> Date: Thu, 20 Jun 2024 14:51:18 +0900 Subject: [PATCH] Added package cloths (#2894) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 233c0f5..75528fd 100644 --- a/packages.json +++ b/packages.json @@ -33682,5 +33682,17 @@ "description": "Initialize a Nim package non-interactively (does not require nimble)", "license": "BSD", "web": "https://github.com/cypherwytch/ninit" + }, + { + "name": "cloths", + "url": "https://github.com/panno8M/cloths", + "method": "git", + "tags": [ + "string", + "format" + ], + "description": "Cloths provides the way to process and structure string easily.", + "license": "MIT", + "web": "https://github.com/panno8M/cloths" } ]