diff --git a/packages.json b/packages.json index 7c3a187..219814b 100644 --- a/packages.json +++ b/packages.json @@ -9052,5 +9052,18 @@ "description": "Protocol Buffers compiler support package for nimpb", "license": "MIT", "web": "https://github.com/oswjk/nimpb_protoc" + }, + { + "name": "strunicode", + "url": "https://github.com/nitely/nim-strunicode", + "method": "git", + "tags": [ + "string", + "unicode", + "grapheme" + ], + "description": "Swift-like unicode string handling", + "license": "MIT", + "web": "https://github.com/nitely/nim-strunicode" } ]