From 111cb409b1bae49c17160f6fed48eb1670115948 Mon Sep 17 00:00:00 2001 From: choltreppe <71709264+choltreppe@users.noreply.github.com> Date: Sat, 4 Jun 2022 12:48:56 +0200 Subject: [PATCH] Add receq (#2246) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index e29291d..89e097c 100644 --- a/packages.json +++ b/packages.json @@ -26337,5 +26337,17 @@ "description": "Syntax sugar which supports auto-dereferencing", "license": "MIT", "web": "https://github.com/sls1005/autoderef" + }, + { + "name": "receq", + "url": "https://github.com/choltreppe/nim_receq", + "method": "git", + "tags": [ + "compare", + "eq" + ], + "description": "Operator for comparing any recursive ref object", + "license": "MIT", + "web": "https://github.com/choltreppe/nim_receq" } ]