From 7261e740357a405ec3d82557cf533e41c3d9e6b0 Mon Sep 17 00:00:00 2001 From: Sebastian L <61430494+Naitsabot@users.noreply.github.com> Date: Wed, 27 Aug 2025 05:53:26 +0100 Subject: [PATCH] add xkcdgeohash package (#3111) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index da3506b..e8dda6f 100644 --- a/packages.json +++ b/packages.json @@ -36062,5 +36062,18 @@ "description": "Simple parser for mmCIF files (macromolecular structural data)", "license": "MIT", "web": "https://github.com/lucidrains/nim-mmcif" + }, + { + "name": "xkcdgeohash", + "url": "https://github.com/Naitsabot/xkcdgeohashing.nim", + "method": "git", + "tags": [ + "library", + "xkcd" + ], + "description": "Nim implementation for the geohashing algorithm described in xkcd #426", + "license": "MIT", + "web": "https://github.com/Naitsabot/xkcdgeohashing.nim", + "doc": "https://naitsabot.github.io/xkcdgeohash/xkcdgeohash.html" } ]