From 7f690d35f09055bc2204a81a7467ee16de47692f Mon Sep 17 00:00:00 2001 From: Antonis Geralis <43617260+planetis-m@users.noreply.github.com> Date: Thu, 10 Dec 2020 17:36:00 +0200 Subject: [PATCH] Added package sparseset (#1745) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 5918281..2af0fef 100644 --- a/packages.json +++ b/packages.json @@ -20738,6 +20738,19 @@ "license": "MIT", "web": "https://github.com/Clonkk/timelog" }, + { + "name": "sparseset", + "url": "https://github.com/planetis-m/sparseset", + "method": "git", + "tags": [ + "sparseset", + "library", + "datastructures" + ], + "description": "Sparsets for Nim", + "license": "MIT", + "web": "https://github.com/planetis-m/sparseset" + }, { "name": "bitstreams", "url": "https://github.com/sealmove/bitstreams",