diff options
| author | LemonBoy <LemonBoy@users.noreply.github.com> | 2019-02-06 20:24:27 +0100 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-02-06 20:24:27 +0100 |
| commit | dae61764704b6af6497547b304fde40bae2bcde3 (patch) | |
| tree | a6680566df2efcf8daa6bb27a59df7e339965240 | |
| parent | d6845504615dec908296c88cdb1e86b4ea6b5bc3 (diff) | |
| download | packages-dae61764704b6af6497547b304fde40bae2bcde3.tar.gz packages-dae61764704b6af6497547b304fde40bae2bcde3.zip | |
Added package compactdict (#1003)
| -rw-r--r-- | packages.json | 15 |
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" } ] |
