Mon, 12 Jan 2026 23:22:19 CST | login

Information for build ghc-zip-archive-0.4.3-2.oc9

ID36417
Package Nameghc-zip-archive
Version0.4.3
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-zip-archive.git?.#c24042d414ec5d94df020797ef347a48741055b9
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 bybbrucezhang
State failed
Volume DEFAULT
StartedSun, 12 Oct 2025 23:27:50 CST
CompletedSun, 12 Oct 2025 23:29:57 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 No tags
RPMs No RPMs
Changelog * 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