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" } ]