aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjiro <jiroron666@gmail.com>2019-04-02 21:56:47 +0900
committerMiran <narimiran@disroot.org>2019-04-02 14:56:47 +0200
commit66f02e96b18cd70a952cec2dc66a514aaf138ef9 (patch)
tree849e2d5d5d6ba6d3a162c5c064ef190f82958706
parente5f6cf402dc8b71e6ade2c04d61b44f4ff80e01b (diff)
downloadpackages-66f02e96b18cd70a952cec2dc66a514aaf138ef9.tar.gz
packages-66f02e96b18cd70a952cec2dc66a514aaf138ef9.zip
Add package eastasianwidth1106 (#1046)
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
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"
}
]