From b5b3ecf7700e1cfa2e8fec46eb1d313b304480e2 Mon Sep 17 00:00:00 2001 From: Saint <58609876+sainttttt@users.noreply.github.com> Date: Thu, 25 Jul 2024 19:18:06 -0400 Subject: [PATCH] Added package hannah (#2910) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index d32f406a..ae674e66 100644 --- a/packages.json +++ b/packages.json @@ -33844,5 +33844,18 @@ "description": "Collection of Holiday APIs - get holidays, their dates and additional information.", "license": "GPL-3.0-only", "web": "https://github.com/nirokay/holidapi" + }, + { + "name": "hannah", + "url": "https://github.com/sainttttt/hannah", + "method": "git", + "tags": [ + "xxhash", + "wrapper", + "library" + ], + "description": "xxhash wrapper library for Nim", + "license": "MIT", + "web": "https://github.com/sainttttt/hannah" } ]