From ba1ee0a843f61c3ab027dba1b7f46f93d6d5480f Mon Sep 17 00:00:00 2001 From: David Garland Date: Fri, 22 Jan 2021 14:00:53 -0600 Subject: [PATCH] Add package hats. --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index aff7c40..9c0de4b 100644 --- a/packages.json +++ b/packages.json @@ -21222,5 +21222,18 @@ "description": "Small and dependency free Nim package to infer file and MIME type checking the magic numbers signature.", "license": "MIT", "web": "https://github.com/jiro4989/filetype" + }, + { + "name": "hats", + "url": "https://github.com/davidgarland/nim-hats", + "method": "git", + "tags": [ + "array", + "arrays", + "hat" + ], + "description": "Various kinds of hashed array trees.", + "license": "MIT", + "web": "https://github.com/davidgarland/nim-hats" } ]