Added package wcwidth (#2377)

This commit is contained in:
y_asa 2022-10-12 21:14:28 +09:00 committed by GitHub
parent ce4b7657f3
commit 9f0f21158d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]