From 9f0f21158d9944d55728a466bf6a3d9d32716580 Mon Sep 17 00:00:00 2001 From: y_asa Date: Wed, 12 Oct 2022 21:14:28 +0900 Subject: [PATCH] Added package wcwidth (#2377) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 1ab253b..35500b1 100644 --- a/packages.json +++ b/packages.json @@ -27689,5 +27689,18 @@ "description": "CLI tool to get Youtube video captions (with chapters)", "license": "MIT", "web": "https://git.ozzuu.com/thisago/ytcc" + }, + { + "name": "wcwidth", + "url": "https://github.com/shoyu777/wcwidth-nim", + "method": "git", + "tags": [ + "nim", + "library", + "wcwidth" + ], + "description": "Implementation of wcwidth with Nim.", + "license": "MIT", + "web": "https://github.com/shoyu777/wcwidth-nim" } ]