diff --git a/packages.json b/packages.json index c898bdb..84005f2 100644 --- a/packages.json +++ b/packages.json @@ -30554,5 +30554,21 @@ "license": "GPL-3.0-only", "web": "https://github.com/nirokay/nimegenerator", "doc": "https://nirokay.github.io/nim-docs/nimegenerator/nimegenerator.html" + }, + { + "name": "hyperloglog", + "url": "https://github.com/deNULL/hyperloglog", + "method": "git", + "tags": [ + "hyperloglog", + "hll", + "data-structure", + "count-distinct", + "cardinality", + "sets" + ], + "description": "A HyperLogLog data structure implementation in Nim", + "license": "MIT", + "web": "https://github.com/deNULL/hyperloglog" } ]