From e6feee6ac75fbc2686a6d102a6a332f3aa028fad Mon Sep 17 00:00:00 2001 From: Goat Date: Fri, 5 Aug 2022 01:07:59 -0300 Subject: [PATCH] Added package geomancer (#2312) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 06841c1..a1de145 100644 --- a/packages.json +++ b/packages.json @@ -27024,5 +27024,17 @@ "description": "Operations on tuples as heterogeneous record types a la Relational Algebra", "license": "MIT", "web": "https://github.com/rotu/nim-records" + }, + { + "name": "geomancer", + "url": "https://github.com/VitorGoatman/geomancer", + "method": "git", + "tags": [ + "geomancy", + "divination" + ], + "description": "A library and program for getting geomancy charts and figures.", + "license": "Unlicense", + "web": "https://github.com/VitorGoatman/geomancer" } ]