aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLemonBoy <LemonBoy@users.noreply.github.com>2019-02-06 20:24:27 +0100
committerMiran <narimiran@disroot.org>2019-02-06 20:24:27 +0100
commitdae61764704b6af6497547b304fde40bae2bcde3 (patch)
treea6680566df2efcf8daa6bb27a59df7e339965240
parentd6845504615dec908296c88cdb1e86b4ea6b5bc3 (diff)
downloadpackages-dae61764704b6af6497547b304fde40bae2bcde3.tar.gz
packages-dae61764704b6af6497547b304fde40bae2bcde3.zip
Added package compactdict (#1003)
-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"
}
]