From 131b947167484a520355fe49986952148d571747 Mon Sep 17 00:00:00 2001 From: c-blake Date: Wed, 3 Aug 2022 01:13:07 -0400 Subject: [PATCH] Add thes (#2304) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 162111a..2686fcd 100644 --- a/packages.json +++ b/packages.json @@ -26989,5 +26989,19 @@ "description": "Classical Graph Algos in Nim", "license": "MIT/ISC", "web": "https://github.com/c-blake/gralg" + }, + { + "name": "thes", + "url": "https://github.com/c-blake/thes", + "method": "git", + "tags": [ + "thesaurus", + "definitions", + "graph algorithms", + "graph example" + ], + "description": "Thesaurus CLI/Library & Analyzer in Nim", + "license": "MIT/ISC", + "web": "https://github.com/c-blake/thes" } ]