From dae61764704b6af6497547b304fde40bae2bcde3 Mon Sep 17 00:00:00 2001 From: LemonBoy Date: Wed, 6 Feb 2019 20:24:27 +0100 Subject: [PATCH] Added package compactdict (#1003) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index a5efc71..315d5d3 100644 --- a/packages.json +++ b/packages.json @@ -12609,5 +12609,20 @@ "description": "Firejail wrapper for Nim, Isolate your Production App before its too late!", "license": "MIT", "web": "https://github.com/juancarlospaco/nim-firejail" + }, + { + "name": "compactdict", + "url": "https://github.com/LemonBoy/compactdict", + "method": "git", + "tags": [ + "dictionary", + "hashtable", + "data-structure", + "hash", + "compact" + ], + "description": "A compact dictionary implementation", + "license": "MIT", + "web": "https://github.com/LemonBoy/compactdict" } ]