Mon, 12 Jan 2026 10:05:46 CST | login

Information for build ghc-zip-archive-0.4.3.2-1.oc9

ID44971
Package Nameghc-zip-archive
Version0.4.3.2
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-zip-archive.git?.#ad17eed0b08d937965d653442cac7312c725923c
SummaryLibrary for creating and modifying zip archives
DescriptionThe zip-archive library provides functions for creating, modifying, and extracting files from zip archives. The zip archive format is documented in <http://www.pkware.com/documents/casestudies/APPNOTE.TXT>. Certain simplifying assumptions are made about the zip archives: in particular, there is no support for strong encryption, zip files that span multiple disks, ZIP64, OS-specific file attributes, or compression methods other than Deflate. However, the library should be able to read the most common zip archives, and the archives it produces should be readable by all standard unzip programs. Archives are built and extracted in memory, so manipulating large zip files will consume a lot of memory. If you work with large zip files or need features not supported by this library, a better choice may be <http://hackage.haskell.org/package/zip zip>, which uses a memory-efficient streaming approach. However, zip can only read and write archives inside instances of MonadIO, so zip-archive is a better choice if you want to manipulate zip archives in "pure" contexts. As an example of the use of the library, a standalone zip archiver and extracter is provided in the source distribution.
Built byepol-bot
State complete
Volume DEFAULT
StartedWed, 15 Oct 2025 17:21:17 CST
CompletedWed, 15 Oct 2025 17:26:47 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/ghc-zip-archive.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-zip-archive.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
ghc-zip-archive-0.4.3.2-1.oc9.src.rpm (info) (download)
aarch64
ghc-zip-archive-0.4.3.2-1.oc9.aarch64.rpm (info) (download)
ghc-zip-archive-devel-0.4.3.2-1.oc9.aarch64.rpm (info) (download)
loongarch64
ghc-zip-archive-0.4.3.2-1.oc9.loongarch64.rpm (info) (download)
ghc-zip-archive-devel-0.4.3.2-1.oc9.loongarch64.rpm (info) (download)
noarch
ghc-zip-archive-doc-0.4.3.2-1.oc9.noarch.rpm (info) (download)
x86_64
ghc-zip-archive-0.4.3.2-1.oc9.x86_64.rpm (info) (download)
ghc-zip-archive-devel-0.4.3.2-1.oc9.x86_64.rpm (info) (download)
Logs
x86_64
mock_config.log
state.log
mock_output.log
hw_info.log
build.log
dnf.log
installed_pkgs.log
dnf.librepo.log
dnf.rpm.log
root.log
noarch_rpmdiff.json
aarch64
mock_config.log
installed_pkgs.log
dnf.librepo.log
mock_output.log
state.log
root.log
build.log
dnf.rpm.log
hw_info.log
dnf.log
noarch_rpmdiff.json
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Tue Oct 14 2025 zeyouliu <zeyouliu@tencent.com> - 0.4.3.2-1 - [Type] other - [DESC] update to Version 0.4.3.2 * Sat Jun 07 2025 bbrucezhang <bbrucezhang@tencent.com> - 0.4.3-2 - Rebuilt for loongarch64 * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.4.3-1 - initial build