Add package bz2 (#2631)

This commit is contained in:
Gabriel Huber 2023-06-19 03:37:03 +02:00 committed by GitHub
parent 0c393273c7
commit aacd9c0c88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30570,5 +30570,18 @@
"description": "A HyperLogLog data structure implementation in Nim",
"license": "MIT",
"web": "https://github.com/deNULL/hyperloglog"
},
{
"name": "bz2",
"url": "https://codeberg.org/Yepoleb/nim-bz2.git",
"method": "git",
"tags": [
"compression",
"bzip2",
"bz2"
],
"description": "Nim module for the bzip2 compression format.",
"license": "MIT",
"web": "https://codeberg.org/Yepoleb/nim-bz2"
}
]