From 0c160dea7ccfd956c28a8dd5e617893b34a37451 Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 30 Oct 2020 15:44:22 +0800 Subject: [PATCH] add ternary-tree (#1683) --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index b2a6f22..8d2ba18 100644 --- a/packages.json +++ b/packages.json @@ -14552,6 +14552,17 @@ "license": "MIT", "web": "https://github.com/Cirru/parser.nim" }, + { + "name": "ternary-tree", + "url": "https://github.com/Cirru/ternary-tree", + "method": "git", + "tags": [ + "data-structure" + ], + "description": "Structural sharing data structure of lists and maps.", + "license": "MIT", + "web": "https://github.com/Cirru/ternary-tree" + }, { "name": "reframe", "url": "https://github.com/rosado/reframe.nim",