From 4da651607761005c2200b8b618a6598100454175 Mon Sep 17 00:00:00 2001 From: Esteban Castro Borsani Date: Sat, 15 Feb 2020 16:35:00 -0300 Subject: [PATCH] Added package segmentation (#1357) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 4a869ed..93c3865 100644 --- a/packages.json +++ b/packages.json @@ -16479,6 +16479,18 @@ "license": "BSD-3-Clause", "web": "https://github.com/planety/gungnir" }, + { + "name": "segmentation", + "url": "https://github.com/nitely/nim-segmentation", + "method": "git", + "tags": [ + "unicode", + "text-segmentation" + ], + "description": "Unicode text segmentation tr29", + "license": "MIT", + "web": "https://github.com/nitely/nim-segmentation" + }, { "name": "anonimongo", "url": "https://github.com/mashingan/anonimongo",