Add brotli (#2909)

Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com>
This commit is contained in:
niko 2024-07-29 02:26:45 -04:00 committed by GitHub
parent f9be22f58c
commit 999f04eb2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",