From 66f02e96b18cd70a952cec2dc66a514aaf138ef9 Mon Sep 17 00:00:00 2001 From: jiro Date: Tue, 2 Apr 2019 21:56:47 +0900 Subject: [PATCH] Add package eastasianwidth1106 (#1046) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 37df222..ce805c0 100644 --- a/packages.json +++ b/packages.json @@ -12993,5 +12993,18 @@ "description": "Provides a macro to curry function", "license": "MIT", "web": "https://github.com/zer0-star/nim-curry" + }, + { + "name": "eastasianwidth", + "url": "https://github.com/jiro4989/eastasianwidth", + "method": "git", + "tags": [ + "library", + "text", + "east_asian_width" + ], + "description": "eastasianwidth is library for EastAsianWidth.", + "license": "MIT", + "web": "https://github.com/jiro4989/eastasianwidth" } ]