From 7b86efbd74f72ae0d26f6ce93086259e30b376a7 Mon Sep 17 00:00:00 2001 From: Goat Date: Wed, 16 Mar 2022 15:18:02 -0300 Subject: [PATCH] Added package aqcalc (#2176) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 24b25ed..97e0e8c 100644 --- a/packages.json +++ b/packages.json @@ -25515,5 +25515,17 @@ "description": "Generate HTML string by nim object", "license": "MIT", "web": "https://github.com/z-kk/htmlgenerator" + }, + { + "name": "aqcalc", + "url": "https://github.com/VitorGoatman/aqcalc", + "method": "git", + "tags": [ + "library", + "gematria" + ], + "description": "Calculate gematria values for Alphanumeric Qabbala", + "license": "Unlicense", + "web": "https://github.com/VitorGoatman/aqcalc" } ]