aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json15
1 files changed, 15 insertions, 0 deletions
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"
}
]