From 999f04eb2f89462b8b159db66c5e344a1e97613b Mon Sep 17 00:00:00 2001 From: niko Date: Mon, 29 Jul 2024 02:26:45 -0400 Subject: [PATCH] Add `brotli` (#2909) Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com> --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 35b167a..97ac309 100644 --- a/packages.json +++ b/packages.json @@ -33845,6 +33845,22 @@ "license": "GPL-3.0-only", "web": "https://github.com/nirokay/holidapi" }, + { + "name": "brotli", + "url": "https://github.com/neroist/brotli", + "method": "git", + "tags": [ + "brotli", + "compression", + "decompression", + "bindings", + "wrapper" + ], + "description": "Brotli compression & decompression for Nim", + "license": "MIT", + "web": "https://github.com/neroist/brotli", + "doc": "https://neroist.github.io/brotli" + }, { "name": "hannah", "url": "https://github.com/sainttttt/hannah",