Wed, 04 Feb 2026 03:35:22 CST | login

Information for build golang-github-klauspost-pgzip-1.2.5-1.oc9

ID29744
Package Namegolang-github-klauspost-pgzip
Version1.2.5
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/golang-github-klauspost-pgzip.git?.#ef6919ad83c4b3447d38aef2724520bf11ca674d
SummaryGo parallel gzip (de)compression
Description Go parallel gzip compression/decompression. This is a fully gzip compatible drop in replacement for "compress/gzip". This will split compression into blocks that are compressed in parallel. This can be useful for compressing big amounts of data. The output is a standard gzip file. The gzip decompression is modified so it decompresses ahead of the current reader. This means that reads will be non-blocking if the decompressor can keep ahead of your code reading from it. CRC calculation also takes place in a separate goroutine.
Built byfanjunkong
State complete
Volume DEFAULT
StartedMon, 23 Sep 2024 15:44:30 CST
CompletedMon, 23 Sep 2024 15:47:28 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/golang-github-klauspost-pgzip.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/golang-github-klauspost-pgzip.git?.#origin/master'}}
Tags
epol9-test-compose
RPMs
src
golang-github-klauspost-pgzip-1.2.5-1.oc9.src.rpm (info) (download)
noarch
golang-github-klauspost-pgzip-devel-1.2.5-1.oc9.noarch.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Aug 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - -1 - initial build